如何从 iTunes Connect 下载的 XCode4 中的 .crash 文件中进行符号化
此处还有一个关于符号化 .crash 文件的类似问题。然而这个问题并没有涵盖如何在 Xcode 4 中轻松地进行符号化。
我已经从 iTunes connect 下载了 .crash 文件。我的所有生产版本都已存档在 Xcode 中。然后,当我转到“设备”>“设备日志”并尝试导入 .crash 文件时,没有任何反应。崩溃列表根本没有增加。
要补充的是,我首先通过存档来提交我的应用程序。似乎旧版 Xcode 中没有相同的构建文件夹。现在,在使用 Xcode4 构建的应用程序中,构建文件夹似乎为空。看起来构建现在位于 ~/Library/Developer/Xcode/DerivedData/{application-named-folder}/Build/Products/{debug/release 文件夹}
根据 这个最佳答案,在以前的版本中,听起来这就是您所要做的来象征您的崩溃报告。 XCode4中有什么新东西吗?我环顾四周并尝试了很多方法,但似乎无法将这个 .crash 文件导入到 Organizer 中。
There is a similar question about symbolicating a .crash file here. However this question does not cover how to easily symbolicate in Xcode 4.
I have downloaded the .crash files from iTunes connect. All my production versions have been archived in Xcode. When I then go to Devices>Device Logs and try to import the .crash file, nothing happens. The list of crashes does not increase at all.
To add, I have been submitting my apps by archiving first. It appears that there isn't the same build folder that there used to be in older Xcode versions. Now the build folder appears to be empty in apps built with Xcode4. It looks like the builds are now in ~/Library/Developer/Xcode/DerivedData/{application-named-folder}/Build/Products/{debug/release folder}
According to this top answer, in prior versions it sounds like this was all you had to do to symbolicate your crash report. Is there something new in XCode4? I have looked around quite a bit and tried a number of things and can't seem to get this dang .crash file to import into Organizer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个很好的解决方案。它适用于我看到的所有 .crash 文件。另一个解决方案没有帮助。
That is good solution. It work for all .crash files what I seen. Another solution do not help.