解决XCode 7崩溃报告中的问题 [英] Resolving problems in XCode 7 crash reporter

查看:141
本文介绍了解决XCode 7崩溃报告中的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近发布了我的应用程序的2.0版本。



我怎样才能在将来解决崩溃问题?



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

解决方案

如果您确实启用了Bitcode并遇到此问题,只需点击
在管理器中下载dSYM
按钮,然后重试。



请参阅 Apple技术说明


因为二进制文件的最终编译发生在App Store上,所以Mac不会包含表示崩溃代表所需的调试符号(dSYM)文件从App Review或从他们的设备向您发送崩溃报告的用户收到的邮件。虽然归档应用程序时会生成dSYM文件,但它是用于bitcode二进制文件,不能用于表示崩溃报告。 App Store使您可以从Xcode或iTunes Connect网站下载bitcode编译期间生成的dSYM文件。 您必须下载这些dSYM文件,以便表示从App Review或从您的设备向您发送崩溃报告的用户收到的崩溃报告。



I recently released the 2.0 version of my app. https://itunes.apple.com/app/neo-virtual-reality-for-reddit/id1013650716

I have users reporting that the app crashes but I can't figure out what to do in XCode. When I open a crash in the project it does not show me anything where the crash occured. See the screenshot attached for more information:

How can I solve my crashes in the future?

Edit: Bitcode is enabled and app symbols are included

解决方案

If you do enable the Bitcode and having this issue, simply click the " Download dSYMs" button in the Organizer and try again.

Refer to the 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.

这篇关于解决XCode 7崩溃报告中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆