Как сделать имена классов в трассировке стека XCode снова читаемыми? - PullRequest
0 голосов
/ 13 июня 2019

Я действительно не знаю, какие изменения вызвали это, но вот уже несколько недель я не могу прочитать трассировку стека Xcode при сбое. Моп, новые очки не нужны!

Вот что я вижу:

    0   CoreFoundation                      0x000000011578c6fb __exceptionPreprocess + 331
1   libobjc.A.dylib                     0x0000000114780ac5 objc_exception_throw + 48
2   CoreFoundation                      0x000000011578c555 +[NSException raise:format:] + 197
3   UIKitCore                           0x000000011ecaaf17 -[UIView(Internal) _addSubview:positioned:relativeTo:] + 118
4   Mobile360                           0x000000010e679e8a $sSo6UIViewC10addSubviewyyABFTO + 58
5   Mobile360                           0x000000010e67e990 $sSo6UIViewC10addSubviewyyABFTOTA + 16
6   Mobile360                           0x000000010e653d99 $sSo6UIViewCs5Error_pIggzo_ABsAC_pIegnzo_TR + 25
7   Mobile360                           0x000000010e8424db $sSo6UIViewCs5Error_pIggzo_ABsAC_pIegnzo_TRTA.214 + 27
8   libswiftCore.dylib                  0x00000001170679e4 $sSTsE7forEachyyy7ElementQzKXEKF + 452
9   Mobile360                           0x000000010e83b546 $s9Mobile36029ReactionSummaryViewControllerC05buildD4Tree33_CB0EA98E0710DD64CDE3A81B1C764689LLyyF + 390
10  Mobile360                           0x000000010e83b35f $s9Mobile36029ReactionSummaryViewControllerC11viewDidLoadyyF + 415
11  Mobile360                           0x000000010e83b3a4 $s9Mobile36029ReactionSummaryViewControllerC11viewDidLoadyyFTo + 36
12  UIKitCore                           0x000000011e1e143b -[UIViewController loadViewIfRequired] + 1183
13  UIKitCore                           0x000000011e1e1868 -[UIViewController view] + 27
14  UIKitCore                           0x000000011e1090fc -[_UIFullscreenPresentationController _setPresentedViewController:] + 89
15  UIKitCore                           0x000000011e0fd1f2 -[UIPresentationController initWithPresentedViewController:presentingViewController:] + 133
16  UIKitCore                           0x000000011e1f44ce -[UIViewController _presentViewController:withAnimationController:completion:] + 3700
17  UIKitCore                           0x000000011e1f711b __63-[UIViewController _presentViewController:animated:completion:]_block_invoke + 98
18  UIKitCore                           0x000000011e1f7633 -[UIViewController _performCoordinatedPresentOrDismiss:animated:] + 511
19  UIKitCore                           0x000000011e1f7082 -[UIViewController _presentViewController:animated:completion:] + 172
20  UIKitCore                           0x000000011e1f72e0 -[UIViewController presentViewController:animated:completion:] + 150
21  Mobile360                           0x000000010e8f683d $s9Mobile36027PlayerContentViewControllerC19showReactionSummary9reactionsyAA0G4ListV_tF + 221
22  Mobile360                           0x000000010e8f7e2e $s9Mobile36027PlayerContentViewControllerCAA0bcD8ProtocolA2aDP19showReactionSummary9reactionsyAA0H4ListV_tFTW + 30
23  Mobile360                           0x000000010e8c36d7 $s9Mobile36023PlayerContentInteractorC20didLongPressReactionyyF + 679
24  Mobile360                           0x000000010e8c4528 $s9Mobile36023PlayerContentInteractorCAA0bcD8ProtocolA2aDP20didLongPressReactionyyFTW + 24
25  Mobile360                           0x000000010e8f3324 $s9Mobile36027PlayerContentViewControllerC11viewDidLoadyyFyycfU0_ + 244
26  Mobile360                           0x000000010e8f338d $s9Mobile36027PlayerContentViewControllerC11viewDidLoadyyFyycfU0_TA + 13
27  Mobile360                           0x000000010e916925 $s9Mobile36013ReactionsViewC12didLongPress33_DACD8705A5DA5CD648FE052E0B071FC3LL04longF4RecoySo06UILongF17GestureRecognizerC_tF + 357
28  Mobile360                           0x000000010e91699c $s9Mobile36013ReactionsViewC12didLongPress33_DACD8705A5DA5CD648FE052E0B071FC3LL04longF4RecoySo06UILongF17GestureRecognizerC_tFTo + 60
29  UIKitCore                           0x000000011e3cd14d -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] + 57
30  UIKitCore                           0x000000011e3d5c69 _UIGestureRecognizerSendTargetActions + 109
31  UIKitCore                           0x000000011e3d35ba _UIGestureRecognizerSendActions + 311
32  UIKitCore                           0x000000011e3d2897 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:] + 966
33  UIKitCore                           0x000000011e3c4c4e _UIGestureEnvironmentUpdate + 2820
34  CoreFoundation                      0x00000001156f30f7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
35  CoreFoundation                      0x00000001156ed5be __CFRunLoopDoObservers + 430
36  CoreFoundation                      0x00000001156edc31 __CFRunLoopRun + 1505
37  CoreFoundation                      0x00000001156ed302 CFRunLoopRunSpecific + 626
38  GraphicsServices                    0x000000011adc32fe GSEventRunModal + 65
39  UIKitCore                           0x000000011e7e3ba2 UIApplicationMain + 140
40  Mobile360                           0x000000010e863b0b main + 75
41  libdyld.dylib                       0x0000000117c39541 start + 1
42  ???                                 0x0000000000000001 0x0 + 1

Например, в строке 9 вы можете увидеть

$s9Mobile36029ReactionSummaryViewControllerC05buildD4Tree33_CB0EA98E0710DD64CDE3A81B1C764689LLyyF

где я раньше видел что-то подобное

Mobile360 [ReactionSummaryViewController buildTree]

Возможно, мне придется иметь дело с символами, но я не уверен и не знаю, как

Заранее спасибо!

Информация:

Swift 4.2 Xcode 10.2.1 macOS 10.14.5

...