我的應用程序正在退出時沒有任何崩潰記錄(只顯示「gdb」)。通過象徵性的細節日誌,我得到以下。你有什麼想法爲什麼發生這種情況?請幫忙.....iOS應用程序沒有任何崩潰日誌記錄
Thread 5 Crashed:
0 libsystem_kernel.dylib 0x35d2132c __pthread_kill + 8
1 libsystem_c.dylib 0x34f09208 pthread_kill + 48
2 libsystem_c.dylib 0x34f02298 abort + 88
3 libc++abi.dylib 0x35519f64 abort_message + 40
4 libc++abi.dylib 0x35517346 _ZL17default_terminatev + 18
5 libobjc.A.dylib 0x338cf350 _objc_terminate + 140
6 libc++abi.dylib 0x355173be _ZL19safe_handler_callerPFvvE + 70
7 libc++abi.dylib 0x3551744a std::terminate() + 14
8 libc++abi.dylib 0x35518798 __cxa_throw + 116
9 libobjc.A.dylib 0x338cf290 objc_exception_throw + 88
10 CoreFoundation 0x35caea94 -[NSObject doesNotRecognizeSelector:] + 168
11 CoreFoundation 0x35cad90e ___forwarding___ + 294
12 CoreFoundation 0x35c08648 _CF_forwarding_prep_0 + 40
13 UIKit 0x333cad06 -[UIView(Rendering) contentMode] + 294
14 UIKit 0x333c9dfe -[UIImageView(UIImageViewInternal) _canDrawContent] + 230
15 UIKit 0x333ca88a -[UIImageView(UIImageViewInternal) _updateState] + 22
16 UIKit 0x333ca1a0 -[UIImageView setImage:] + 300
17 MyApp 0x000353e0 0x30000 + 21472
18 MyApp 0x00034098 0x30000 + 16536
19 MyApp 0x00034ee6 0x30000 + 20198
20 Foundation 0x35046a7a -[NSThread main] + 66
21 Foundation 0x350da58a __NSThread__main__ + 1042
22 libsystem_c.dylib 0x34eca72e _pthread_start + 314
23 libsystem_c.dylib 0x34eca5e8 thread_start + 0
你試過Zoombie? – Impossible 2013-05-09 10:31:26
是的。但沒有好處。沒有任何額外的日誌 – user2365181 2013-05-09 10:33:31
沒有任何代碼,我們不能幫助你? – Impossible 2013-05-09 10:34:00