Xcode 4无法符号化Crash日志 [英] Xcode 4 failure to symbolicate Crash Log

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

问题描述

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



当我构建AdHoc分布时,我使用的是Arhive方案,然后创建* .ipa文件用我的开发人员凭据。 b
$ b

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

解决方案

将这些目录添加到Spotlight的忽略列表(系统偏好设置→ Spotlight→隐私)有助于:




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

  • 〜/ Library / Application Support / iPhone Simulator / (用于iPhone模拟器的文件系统)



像这样:





(请参阅此博文< a>更多详情。)

更新 joerick :这工作,但它也意味着Instruments.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日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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