> On Sep 23, 2014, at 11:31 AM, Herman Chan <herman...@gmail.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to