xcode 4.5上的符号崩溃失败 [英] Symbolicate crash failed on xcode 4.5

查看:148
本文介绍了xcode 4.5上的符号崩溃失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚将我的xcode升级到版本4.5,我尝试了三种方式来表示崩溃日志,但是它们都没有成功。

I just upgraded my xcode to version 4.5, I tried three ways for symbolicating crash log, but neither of them success.

首先,我从中获取了崩溃日志我的设备,然后将其导入管理器的设备日志,但我的应用程序的确切功能无法显示,内存地址仍显示在结果中。

Firstly, I got the crash log from my device and then imported it into "Device Logs" of Organizer, but the exact function of my app cannot be displayed, the memory address still displayed in result.

其次,我将'symbolicescrash'文件从'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources'复制到'/ usr / local / bin '并将.DSYM文件,.app文件和.crash文件放入文件夹,运行命令:'symbolicatecrash Myapp.crash',结果仍显示内存地址。

Secondly, I copied the 'symbolicatecrash' file from '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources' to '/usr/local/bin' and put the .DSYM file, .app file and .crash file into a folder, run the command: 'symbolicatecrash Myapp.crash', the result still display memory address.

最后,我尝试了 http://xperienced.com.pl/ blog / symbolicate-ios-crash-report ,但仍然没有幸运。

Finally, I tried the method from http://xperienced.com.pl/blog/symbolicate-ios-crash-report, but still no lucky.

你能不能租赁请帮助我解决这个问题?

Could you please kindly help me with solve this question?

提前致谢!

推荐答案

我根据 https://github.com/TheRealKerni/QuincyKit/issues/46 中的讨论。并从 https://github.com/TheRealKerni运行perl脚本/QuincyKit/blob/3c4a0b163ac71599a7795508fe6a91c1ced9daa6/server/local/symbolicatecrash.pl 以获得正确的结果。

I solved it according to the discussion in https://github.com/TheRealKerni/QuincyKit/issues/46. And run the perl script from https://github.com/TheRealKerni/QuincyKit/blob/3c4a0b163ac71599a7795508fe6a91c1ced9daa6/server/local/symbolicatecrash.pl to get the correct result.

@Kerni,谢谢您的脚本!

@Kerni, thank you for your script!

这篇关于xcode 4.5上的符号崩溃失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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