当我在运行我的应用程序时将我的iPhone放在桌面上时,在我拿起它之后第二次崩溃。
以下是崩溃日志。 (EXC_BAD_ACCESS
)
objc_msgSend -[UIWindow _shouldAutorotateToInterfaceOrientation:] -[UIWindow _updateToInterfaceOrientation:duration:force] -[UIWindow _updateInterfaceOrientationFromDeviceOrientation] -[UIWindow _handleDeviceOrientationChange:] _nsnote_callback __CFXNotificationPost _CFXNotificationPostNotification -[NSNotificationCenter postNotificationName:object:userInfo:] -[UIDevice setOrientation:] -[UIApplication handleEvent:withNewEvent:] _[UIApplication sendEvent:] _UIApplicationHandleEvent SendEvent PurpleEventTimerCallBack CFRunLoopRunSpecific CFRunLookRunInMode GSEventRunModel GSEventRun -[UIApplication _run] UIApplicationMain main
你知道这是什么问题吗?
答案 0 :(得分:0)
EXC_BAD_ACCESS
通常是过早释放内存的迹象。检查你的内存管理。
答案 1 :(得分:0)
检查它是怎么来的并找到它的位置EXC_BAD_ACCESS你必须在DEBUG模式下并按照链接
http://iosdevelopertips.com/debugging/tracking-down-exc_bad_access-errors-with-nszombieenabled.html