2015-04-02 46 views
0

任何人都可以請解釋crashlog? 我沒有得到這個崩潰出現的通知。objc_msg發送應用程序將終止

> Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 
> 0x714e79b2 raw 0 libobjc.A.dylib objc_msgSend + 5 appWillTerminate: 
> 1 CoreFoundation 
> __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12 2 CoreFoundation 
> _CFXNotificationPost + 1784 3 Foundation 
> -[NSNotificationCenter postNotificationName:object:userInfo:] + 72 4 Foundation 
> -[NSNotificationCenter postNotificationName:object:] + 30 5 UIKit 
> -[UIApplication _terminateWithStatus:] + 218 6 UIKit 
> -[UIApplication _handleApplicationDectivationWithScene:shouldForceExit:transitionContext:completion:] 
> + 2518 7 UIKit  
> -[UIApplication workspaceShouldExit:] + 140 8 FrontBoardServices 
> __31-[FBSSerialQueue performAsync:]_block_invoke + 12 9 CoreFoundation 
> __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12 15 UIKit UIApplicationMain + 1440 16 Meeting  main.m line 13 main 
+0

你能分享你的通知代碼嗎? – 2015-04-02 10:37:24

+0

有很多通知,我必須分享哪些通知? – Rajneesh071 2015-04-02 10:44:04

+0

是否嘗試添加異常斷點? – 2015-04-02 10:44:47

回答

0

看來,您的通知之一,而你的應用程序被暫停,可能一個有回調一些UI責任發送。