iOS崩溃日志,出了什么问题?在模拟器上运行,但在真实设备上崩溃

时间:2014-06-05 03:47:32

标签: ios iphone crash simulator

我正在开发的应用程序在模拟器上工作正常,当我通过有线/ xcode推送到真实设备时它也很有用,但是当从测试航班构建安装应用程序时崩溃时会显示以下日志

我需要寻找什么线索,以及如何理解下面的崩溃日志?

提前非常感谢。 (另外,我看到有些人发布了真正格式化的崩溃日志,如何实现这一目标?)

Exception Type:  EXC_CRASH (SIGSEGV)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Triggered by Thread:  1

Thread 0:
0   libobjc.A.dylib                 0x0000000199d280b8 objc_retain + 24

1   Booklet                         0x0000000100020198 -[SelectFriendsTableViewController done:] (SelectFriendsTableViewController.m:200)

2   UIKit                           0x00000001908050c4 -[UIApplication sendAction:to:from:forEvent:] + 96

3   UIKit                           0x00000001908050c4 -[UIApplication sendAction:to:from:forEvent:] + 96

4   UIKit                           0x0000000190805058 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 20

5   UIKit                           0x00000001907ee534 -[UIControl _sendActionsForEvents:withEvent:] + 372

6   UIKit                           0x0000000190804a58 -[UIControl touchesEnded:withEvent:] + 580

7   UIKit                           0x00000001908046ec -[UIWindow _sendTouchesForEvent:] + 688

8   UIKit                           0x00000001907ff384 -[UIWindow sendEvent:] + 1168

9   UIKit                           0x00000001907d0b64 -[UIApplication sendEvent:] + 252

10  UIKit                           0x00000001907cec54 _UIApplicationHandleEventQueue + 8496

11  CoreFoundation                  0x000000018d7c7640 
__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 20

12  CoreFoundation                  0x000000018d7c699c __CFRunLoopDoSources0 + 252

13  CoreFoundation                  0x000000018d7c4c34 __CFRunLoopRun + 628

14  CoreFoundation                  0x000000018d705c1c CFRunLoopRunSpecific + 448

15  GraphicsServices                0x00000001933edc08 GSEventRunModal + 164

16  UIKit                           0x0000000190836fd8 UIApplicationMain + 1152

17  Booklet                         0x0000000100026658 main (main.m:16)

18  libdyld.dylib                   0x000000019a303a9c start + 0

Thread 1 Crashed:

0   libsystem_kernel.dylib          0x000000019a3e5aa8 kevent64 + 8

1   libdispatch.dylib               0x000000019a2e9998 _dispatch_mgr_thread + 48

0 个答案:

没有答案