I have a big problem with my application and iOS 8.3. I have many crashes with the same error:
Application termination due to the uncaught exception "UIApplicationInvalidInterfaceOrientation", reason: "Supported orientations do not have a common orientation with the application, but [... shouldAutorotate] returns YES
When "..." is a lot of classes. The specific problem is the UIAlertView class, I have the same UIAlertView crashes problem in iOS 8.3 but I cannot resolve the UIAlertView subclass (Apple says that the UIAlertView class is intended to be used as it is and does not support subclasses) or using the UIAlertController. Can you help me?
objective-c uiinterfaceorientation
Anna565
source share