【问题标题】:Firebase Crash Report HiddenFirebase 崩溃报告隐藏
【发布时间】:2017-08-11 19:37:19
【问题描述】:

我将 Firebase 用于我的崩溃报告,我在 Xcode 中有一个运行脚本来上传我的 dsym 文件。

今天我在 firebase 中有一个崩溃报告,但堆栈跟踪中有这些行只是说隐藏在您希望看到导致崩溃的代码行的地方。

如何摆脱这些“隐藏”行并显示真正的代码行?
下面是我的 firebase 崩溃报告。

1 MyAppName __hidden#483_ (__hidden#9327_:64)
2 MyAppName __hidden#483_ (__hidden#9327_:64)
3 MyAppName __hidden#483_ (__hidden#9327_)
4 Foundation _decodeObjectBinary + 418924
5 Foundation -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 446284
6 etc....

谢谢。

【问题讨论】:

  • 这个问题有更新吗?因为即使我所有的 dSYM 文件都已上传,我现在也面临同样的问题。

标签: ios swift firebase firebase-crash-reporting


【解决方案1】:

我遇到了同样的问题,并通过禁用位码来解决它。 在 Build Settings 中将“Enable Bitcode”设置为 No。

还要确保您没有在 Firebase 控制台中丢失 dSYM 文件,仪表板附近有一个 dSYM 选项卡。

【讨论】:

    猜你喜欢
    • 2017-11-07
    • 1970-01-01
    • 1970-01-01
    • 2019-04-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多