• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"
      • From: Herman Chan <email@hidden>
References: 
 >ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation" (From: Herman Chan <email@hidden>)

  • Prev by Date: Re: -[UIApplication statusBarFrame] changes in iOS 8
  • Next by Date: Re: Binding to selection of NSArrayController
  • Previous by thread: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"
  • Next by thread: Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"
  • Index(es):
    • Date
    • Thread