Xcode 4无法象征Crash Log [英] Xcode 4 failure to symbolicate Crash Log

查看:245
本文介绍了Xcode 4无法象征Crash Log的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚更新了我的Xcode到4.0.1。现在我有一个问题,从我的测试仪甚至从我的手机收到的崩溃日志的象征。



当我构建AdHoc发行版时,我使用Arhive方案,然后创建* .ipa文件,用我的开发人员凭证唱歌。



这是问题吗?
我找不到这些AdHoc版本的dSym文件。

解决方案

根据coob的回答,我发现将这些目录添加到Spotlight的忽略列表(System Preferences→ Spotlight→ Privacy)有助于:




  • 〜/ Library / Developer / Xcode / DerivedData / (Xcode 4 build artefacts)

  • 〜/库/应用程序支持/ iPhone模拟器/ c $ c>(iPhone模拟器的文件系统)



像这样:





(请参阅此博客文章



更新:来自 joerick :这有效,但也意味着Instrum ents.app找不到调试符号,所以我不得不从隐私列表中删除DerivedData进行一些分析。如果您使用仪器,请记住这一点。


I have just updated my Xcode to 4.0.1. Now I have a problem with the symbolication of the crash logs received from my tester and even from my phone too.

When I build the AdHoc distribution I am using the "Arhive" scheme, then I create the *.ipa file singing it with my developer credentials.

Is this the issue? And I can't find the dSym files for these AdHoc builds.

解决方案

Further to coob's answer, I find adding these directories to Spotlight's ignore list (System Preferences → Spotlight → Privacy) helps:

  • ~/Library/Developer/Xcode/DerivedData/ (Xcode 4 build artefacts)
  • ~/Library/Application Support/iPhone Simulator/ (file system for the iPhone Simulator)

Like this:

(See this blog post for additional detail.)

Update: from a comment by joerick: "This works, but it also meant that Instruments.app couldn't find the debug symbols, so I had to remove DerivedData from the Privacy list to do some profiling." - bear this in mind if you use Instruments.

这篇关于Xcode 4无法象征Crash Log的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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