2017-05-13 10 views
0

나는 그것이 충돌 보고서 symbolicates이 command 사용하는 모든 dSYM 파일을 같은 폴더에 충돌 파일 및 .APP 파일이 있습니다Symbolicating 충돌 보고서

symbolicatecrash myCrash.crash > SymbolicatedM.crash 

하지만 처음 몇 줄은 여전히 ​​진수 주소를 표시를 :

myApp.app.dYSM, myCrash.crash, MyApp를 myApp.ipa의 : 폴더의

Exception Type: EXC_BREAKPOINT (SIGTRAP) 
Exception Codes: 0x0000000000000001, 0x00000001000da338 
Termination Signal: Trace/BPT trap: 5 
Termination Reason: Namespace SIGNAL, Code 0x5 
Terminating Process: exc handler [0] 
Triggered by Thread: 0 

Filtered syslog: 
None found 

Thread 0 name: Dispatch queue: com.apple.main-thread 
Thread 0 Crashed: 
0 myApp       0x00000001000da338 0x1000c8000 + 74552 
1 myApp       0x00000001000eac90 0x1000c8000 + 142480 
2 myApp       0x0000000100120340 0x1000c8000 + 361280 
3 myApp       0x0000000100120870 0x1000c8000 + 362608 
4 UIKit       0x000000019467f0ec -[UIApplication sendAction:to:from:forEvent:] + 96 
5 UIKit       0x00000001947ef6b4 -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 168 
6 UIKit       0x000000019467f0ec -[UIApplication sendAction:to:from:forEvent:] + 96 
7 UIKit       0x000000019467f06c -[UIControl sendAction:to:forEvent:] + 80 
8 UIKit       0x00000001946695e0 -[UIControl _sendActionsForEvents:withEvent:] + 440 
9 UIKit       0x0000000194669748 -[UIControl _sendActionsForEvents:withEvent:] + 800 
10 UIKit       0x000000019467e950 -[UIControl touchesEnded:withEvent:] + 576 
11 UIKit       0x000000019467e46c -[UIWindow _sendTouchesForEvent:] + 2480 
12 UIKit       0x0000000194679804 -[UIWindow sendEvent:] + 3192 
13 UIKit       0x000000019464a418 -[UIApplication sendEvent:] + 340 
14 UIKit       0x0000000194e43f64 __dispatchPreprocessedEventFromEventQueue + 2400 
15 UIKit       0x0000000194e3e6c0 __handleEventQueue + 4268 
16 UIKit       0x0000000194e3eaec __handleHIDEventFetcherDrain + 148 
17 CoreFoundation     0x000000018e4c9424 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 
18 CoreFoundation     0x000000018e4c8d94 __CFRunLoopDoSources0 + 540 
19 CoreFoundation     0x000000018e4c69a0 __CFRunLoopRun + 744 
20 CoreFoundation     0x000000018e3f6d94 CFRunLoopRunSpecific + 424 
21 GraphicsServices    0x000000018fe60074 GSEventRunModal + 100 
22 UIKit       0x00000001946af130 UIApplicationMain + 208 
23 myApp       0x00000001000d986c 0x1000c8000 + 71788 
24 libdyld.dylib     0x000000018d40559c start + 4 

내용은 다음과 같다 기타 dYSM 파일

이 로그로 인한 충돌의 원인을 어떻게 알 수 있습니까?

답변

0

iTunesConnect 웹 사이트에서 dSYM.zip을 다운로드하고이 파일들과 함께 추출해야했습니다.