【问题标题】:Crashes on iOS 14 beta showing <redacted> on desymbolication in Firebase crashlyticsiOS 14 beta 上的崩溃显示 <redacted> 在 Firebase crashlytics 中去符号化
【发布时间】:2020-08-19 01:18:21
【问题描述】:

为什么我的崩溃日志突然出现在 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

【问题讨论】:

    标签: ios objective-c firebase crashlytics crashlytics-beta


    【解决方案1】:

    这是由于 Firebase 端的中断造成的。应该已经发出横幅来反映这一点。该问题正在积极处理中,有望很快得到解决。

    【讨论】:

    • 谢谢,@Oleg。是否必须使用新的 Xcode beta 进行存档并上传到 firebase 应用程序分发,以便为 iOS 14 相关的崩溃符号添加设备支持符号?这样以后的崩溃 或 (_hidden#14868:14) 就不会再发生了。
    • 没问题。所有 iOS 14 应用程序都必须在 XCode 12 上构建,iOS 14 应用程序无法在 Xcode 11 上编译。
    • 自从 iOS 14 发布以来,我在很多崩溃中都看到了这个问题。关于 Firebase 何时能够修复它的任何消息?
    • 此外,在 2021 年 4 月之前,不需要使用 Xcode 12 构建应用程序。在使用 Xcode 12 之前,我仍然需要解决几个编译器问题,因此我可能会继续在 Xcode 11 上发布几周/几个月。但是,iOS 14 上的用户当然会下载我的应用程序。我想我应该能够在没有 的情况下从他们那里获得崩溃报告,对吗?
    • 是的,您应该继续崩溃而不会丢失帧。
    猜你喜欢
    • 2018-06-04
    • 2019-05-28
    • 2020-12-27
    • 1970-01-01
    • 2020-01-03
    • 1970-01-01
    • 2017-02-12
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多