iOS 14 beta崩溃显示Firebase crashlytics中的解符号化<redacted>

问题描述

为什么我的崩溃日志突然仅在iOS 14 beta崩溃中附带?我如何获得正确的脱符号崩溃日志?我正在使用firebase crashlytics作为崩溃日志记录工具,它对于在iOS 13.x或更低版本上发生的崩溃都可以正常工作。

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1872ca8e0 <redacted> + 60
1  libobjc.A.dylib                0x1872b5424 <redacted> + 68
2  UIKitCore                      0x18b75197c <redacted> + 372
3  UIKitCore                      0x18b74fe7c <redacted> + 636
4  UIKitCore                      0x18b74fbd8 <redacted> + 216
5  UIKitCore                      0x18b7511f8 <redacted> + 100
6  UIKitCore                      0x18b751268 <redacted> + 80
7  UIKitCore                      0x18b74ea3c <redacted> + 40
8  UIKitCore                      0x18b74e5a8 <redacted> + 3708
9  UIKitCore                      0x18b74d70c <redacted> + 164
10 UIKitCore                      0x18bd125e0 <redacted> + 132
11 UIKitCore                      0x18bd0d6bc <redacted> + 780
12 UIKitCore                      0x18c1e4fcc <redacted> + 164
13 WebKit                         0x18fc68c7c <redacted> + 152
14 WebKit                         0x18fed97e4 <redacted> + 148
15 UIKitCore                      0x18c1e5024 <redacted> + 68
16 UIKitCore                      0x18c1e50d4 <redacted> + 144
17 UIKitCore                      0x18c1e5774 <redacted> + 236
18 CoreAutoLayout                 0x1c95a0558 <redacted> + 88
19 UIKitCore                      0x18c1e5618 <redacted> + 836
20 UIKitCore                      0x18c1f4130 <redacted> + 2084
21 UIKitCore                      0x18b42a7f8 <redacted> + 572
22 UIKitCore                      0x18b42d834 <redacted> + 1404
23 UIKitCore                      0x18b432250 <redacted> + 5748
24 UIKitCore                      0x18b436af4 <redacted> + 324
25 UIKitCore                      0x18c1fa7d8 <redacted> + 2204
26 QuartzCore                     0x18f1c8a48 <redacted> + 296
27 QuartzCore                     0x18f1c8f04 <redacted> + 524
28 QuartzCore                     0x18f1dd2bc <redacted> + 144
29 QuartzCore                     0x18f1262e8 <redacted> + 416
30 QuartzCore                     0x18f1515ac <redacted> + 732
31 QuartzCore                     0x18f152900 <redacted> + 96
32 CoreFoundation                 0x18751e30c <redacted> + 36
33 CoreFoundation                 0x187518aa4 <redacted> + 520
34 CoreFoundation                 0x187518fbc <redacted> + 1060
35 CoreFoundation                 0x187518788 CFRunLoopRunSpecific + 564
36 GraphicsServices               0x1933f3820 GSEventRunModal + 164
37 UIKitCore                      0x18bcd71d8 <redacted> + 1072
38 UIKitCore                      0x18bcdd0b8 UIApplicationMain + 1876
39 MagicBox Learning              0x102724c6c main + 14 (__hidden#14868_:14)
40 libdyld.dylib                  0x1873a43d4 <redacted> + 4

解决方法

这是由于Firebase一侧的故障引起的。横幅应该已经发出以反映这一点。该问题正在积极研究中,有望很快得到解决。

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...