xcode 如何从我从 iTunes Connect 下载的 XCode4 中的 .crash 文件中进行符号化

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5724493/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:51:45  来源:igfitidea点击:

How can I symbolicate from a .crash file in XCode4 that I've downloaded from iTunes Connect

xcodexcode4app-store-connectcrash-reportssymbolicate

提问by Scott

There is a similar question about symbolicating a .crash file here. However this question does not cover how to easily symbolicate in Xcode 4.

有一个关于symbolicating一个.crash文件类似的问题在这里。然而,这个问题不包括如何在 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.

我已经从 iTunes 连接下载了 .crash 文件。我所有的生产版本都已存档在 Xcode 中。当我转到设备>设备日志并尝试导入 .crash 文件时,没有任何反应。崩溃列表根本没有增加。

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}

另外,我一直在通过存档来提交我的应用程序。似乎没有与旧 Xcode 版本中以前相同的构建文件夹。现在,在使用 Xcode4 构建的应用程序中,构建文件夹似乎是空的。看起来构建现在在 ~/Library/Developer/Xcode/DerivedData/{application-named-folder}/Build/Products/{debug/release 文件夹}

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.

根据这个最佳答案,在以前的版本中,这听起来就是你需要做的所有事情来象征你的崩溃报告。XCode4 有什么新东西吗?我环顾四周并尝试了很多东西,但似乎无法将这个 dang .crash 文件导入到 Organizer。

回答by alexmorhun

That is good solution. It work for all .crash files what I seen. Another solution do not help.

那是很好的解决方案。它适用于我所看到的所有 .crash 文件。另一种解决方案无济于事。