OGeek|极客世界-中国程序员成长平台

标题: ios - 解决 XCode 7 崩溃报告器中的问题 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 14:41
标题: ios - 解决 XCode 7 崩溃报告器中的问题

我最近发布了我的应用程序的 2.0 版本。 https://itunes.apple.com/app/neo-virtual-reality-for-reddit/id1013650716

我有用户报告应用程序崩溃,但我不知道在 XCode 中该怎么做。当我在项目中打开崩溃时,它不会向我显示发生崩溃的任何内容。有关更多信息,请参阅随附的屏幕截图:

XCode crash reporter screenshot

以后如何解决我的崩溃问题?

编辑:Bitcode 已启用并包含应用符号



Best Answer-推荐答案


如果您启用了 Bitcode 并遇到此问题,只需单击 " Download dSYMs " 管理器中的按钮,然后重试。

请参阅 Apple Technical Note ,

Because the final compilation of your binary occurs on the App Store, your Mac will not contain the debug symbol (dSYM) files needed to symbolicate crash reports received from App Review or from users who have sent you crash reports from their devices. Although a dSYM file is produced when you archive your application, it is for the bitcode binary and can not be used to symbolicate crash reports. The App Store makes the dSYM files generated during bitcode compilation available for you to download, from Xcode or from the iTunes Connect website. You must download these dSYM files in order to symbolicate crash reports received from App Review or from users who have sent you crash reports from their devices.

关于ios - 解决 XCode 7 崩溃报告器中的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35529612/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://sqlite.in/) Powered by Discuz! X3.4