的iOS崩潰報告我從Crashlytics得到崩潰報告。但是我的應用程序在哪裏找不到這個崩潰。 你知道這個崩潰是相關的嗎? 請讓我知道。提前致謝。爲UIKit- [UIApplication的sendAction]
UIKit-[UIApplication sendAction:to:from:forEvent:]
0 Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0xf000000c
Thread : Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x3b1eab26 objc_msgSend + 5
1 UIKit 0x330f5713 -[UIApplication sendAction:to:from:forEvent:] + 90
2 UIKit 0x330f56b3 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 30
3 UIKit 0x330f5691 -[UIControl sendAction:to:forEvent:] + 44
4 UIKit 0x330e111f -[UIControl _sendActionsForEvents:withEvent:] + 374
5 UIKit 0x330f5107 -[UIControl touchesEnded:withEvent:] + 590
6 UIKit 0x330f4dd9 -[UIWindow _sendTouchesForEvent:] + 528
7 UIKit 0x330efe65 -[UIWindow sendEvent:] + 832
8 UIKit 0x330c579d -[UIApplication sendEvent:] + 196
9 UIKit 0x330c3fa3 _UIApplicationHandleEventQueue + 7098
10 CoreFoundation 0x30919183 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 14
11 CoreFoundation 0x30918653 __CFRunLoopDoSources0 + 206
12 CoreFoundation 0x30916e47 __CFRunLoopRun + 622
13 CoreFoundation 0x30881c27 CFRunLoopRunSpecific + 522
14 CoreFoundation 0x30881a0b CFRunLoopRunInMode + 106
15 GraphicsServices 0x35582283 GSEventRunModal + 138
16 UIKit 0x33125049 UIApplicationMain + 1136
17 Tapastic 0x000f3897 main + 16 (main.m:16)
這不是在Xcode中。 Crashlytics收到了例外。 –
哦,我感到愚蠢。抱歉。至於它是來自最試圖使用的一些釋放對象。可能是罕見的崩潰。 – Charlie