Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"

2014-09-24 Thread Jens Alfke
> On Sep 24, 2014, at 10:52 AM, Herman Chan wrote: > > Sadly, I wasn't able to find any zombies in instruments. > > Just to make sure that I am doing this right, the step to find zombies are. I've never used zombies in Instruments; I think that's a separate thing from using it in Xcode. All y

Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"

2014-09-24 Thread Herman Chan
Sadly, I wasn't able to find any zombies in instruments. Just to make sure that I am doing this right, the step to find zombies are. 1. In Xcode, Product -> Scheme -> Edit Scheme 2. Choose Debug -> Diagnostics -> Turn on "Enable Zombie Objects" 3. Make sure Profile is run in Debug scheme. 4

Re: ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"

2014-09-23 Thread Jens Alfke
> On Sep 23, 2014, at 11:31 AM, Herman Chan 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.dylib0x32bfbf46 objc_msgSend + 5 > 1 UIKit 0x289ba531 -[UI

ios 8 crashing on "_updateInterfaceOrientationFromDeviceOrientation"

2014-09-23 Thread Herman Chan
Hi all, Another mysterious iOS 8 crash I am getting, here is the crash log. Thread : Crashed: com.apple.main-thread 0 libobjc.A.dylib0x32bfbf46 objc_msgSend + 5 1 UIKit 0x289ba531 -[UIWindow _updateInterfaceOrientationFromDeviceOrientation:] + 152 2 C