Die Rückverfolgung ist nach dem Symbolisieren des iPad-Absturzprotokolls immer noch nicht lesbar

Ich habe diese Absturzprotokolle und nachdem ich sie im Organizer abgelegt habe, wird das automatisch symbolisiert, aber das Ergebnis ist immer das gleiche. Die iOS-Anrufe werden symbolisiert und meine App-Anrufe nicht.

Ich habe versucht, die Datei dysm und app in denselben Ordner zu kopieren, zu löschen und erneut zu kopieren. nichts hat geholfen.

Irgendeine Idee, was los ist? Also bekomme ich so etwas:

    Last Exception Backtrace:
0   CoreFoundation                  0x36d4088f __exceptionPreprocess + 163
1   libobjc.A.dylib                 0x31071259 objc_exception_throw + 33
2   CoreData                        0x350337ab -[NSPersistentStoreCoordinator removePersistentStore:error:] + 227
3   MyApp                           0x00139fbb 0x2e000 + 1097659
4   MyApp                           0x0013998d 0x2e000 + 1096077
5   MyApp                           0x00139a5d 0x2e000 + 1096285
6   libdispatch.dylib               0x3171d61f dispatch_once_f$VARIANT$mp + 47
7   MyApp                           0x001399ff 0x2e000 + 1096191
8   MyApp                           0x00139b47 0x2e000 + 1096519
9   MyApp                           0x0008915d 0x2e000 + 373085
10  MyApp                           0x0008a11b 0x2e000 + 377115
11  UIKit                           0x36ffbd3d -[UIViewController _setViewAppearState:isAnimating:] + 145
12  UIKit                           0x36ffeaa3 -[UINavigationController _startTransition:fromViewController:toViewController:] + 815
13  UIKit                           0x36ffe6ab -[UINavigationController _startDeferredTransitionIfNeeded] + 251
14  UIKit                           0x36ffe56b -[UILayoutContainerView layoutSubviews] + 179
15  UIKit                           0x36fbd0bd -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 149

Sie können sehen, dass die UIKit-Funktionen symbolisiert wurden, MyApp jedoch nicht

Antworten auf die Frage(1)

Ihre Antwort auf die Frage