Xcode Crash Organizer不会符号化.xccrashpoint文件 [英] Xcode Crash Organizer does Not Symbolicate .xccrashpoint Files

查看:620
本文介绍了Xcode Crash Organizer不会符号化.xccrashpoint文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

管理器中新的Xcode 7崩溃"标签显示了我的应用程序在AppStore中发生的几次崩溃.根据文档,应该有堆栈跟踪.但是,这6次崩溃中没有一个具有符号化的堆栈跟踪:

The new Xcode 7 "Crashes" tab in the organizer shows a handful of crashes from the AppStore for my app. According to the documentation, there should be a stack trace. However, none of the 6 crashes have symbolicated stack traces:

我尝试单击在项目中打开",但它没有用:

I've tried clicking "Open in Project" but it's just as useless:

当然,当我提交到商店时,我包括了dsym和调试信息.我的组织者中仍然有提交版本,因此dsym仍存在于我的计算机上.如何在此上获得正确的堆栈跟踪?

Of course, I included the dsym and debug info when I submitted to the store. I still have the submission build in my organizer, so the dsyms are still present on my machine. How can I get a proper stack trace on this?

推荐答案

不理想,但是如果右键单击.xccrashpoint文件,选择显示包内容",则可以浏览其文件夹结构以查找实际的.crash您可以提取文件,然后通过命令行进行符号化,使用此处所述的步骤:

Not ideal, but if you right-click an .xccrashpoint file, select "Show Package Contents", you can navigate its folder structure to find the actual .crash file which you can extract and then symbolicate through the command line using steps described here:

运行

/Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/Resources/symbolicatecrash

确保已设置DEVELOPER_DIR:

export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer

这篇关于Xcode Crash Organizer不会符号化.xccrashpoint文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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