Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"
Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"
- Subject: Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"
- From: Jens Alfke <email@hidden>
- Date: Tue, 23 Sep 2014 14:19:27 -0700
> On Sep 23, 2014, at 11:31 AM, Herman Chan <email@hidden> wrote:
>
> Hi all,
>
> Another mysterious iOS 8 crash I am getting, here is the crash log.
>
> Thread : Crashed: com.apple.main-thread
> 0 libobjc.A.dylib 0x32bfbf46 objc_msgSend + 5
> 1 UIKit 0x289ba531 -[UIWindow _updateInterfaceOrientationFromDeviceOrientation:] + 152
> 2 CoreFoundation 0x254d44a1 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
Run your app with zombies enabled to find out what object UIWindow was trying to call. It might be one of your objects that you've accidentally over-released (or it might be a UIKit object, in which case this is probably an iOS bug.)
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden