app crashes after adding SVProgressHUD framework in xcode 12

1k Views Asked by At

I have created a framework of SVProgressHUD using https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323 and added in Xcode project.

Image of general tab of xcodeproj:

Image of general tab of xcodeproj

Image of build phases tab of xcodeproj:

Image of build phases tab of xcodeproj

the build was successful but the app crashed and it's not showing any error log either.

it's showing AppDelegate window]: unrecognized selector sent to instance 0x283840470"

I have already tried various solutions from StackOverflow nothing working. I am using the latest version Xcode: 12.0.1 (12A7300) and running the app on an iPad with the latest os 14.0.1.

How can I fix it? Help me. Thanks in advance.

0

There are 0 best solutions below