简体   繁体   English

iOS-我有崩溃代码和.dSYM文件,但是如何获取崩溃发生的地方?

[英]ios - I have the crash code and the .dSYM file, but how to get the place where the crash happened?

I have this symbolicated crash report from Apple: 我有来自苹果的这份象征性的崩溃报告:

Thread 0:
14  Fundraising                     0x0007a3aa 0x79000 + 5034

And I have the binary archived in my organizer archives. 我将二进制文件存档在组织者档案中。 But I don't really understand what steps are needed to "decode" that symbolicated code. 但是我真的不明白需要什么步骤来“解码”该符号代码。 Would someone be able to please explain the steps to me that are needed? 有人可以向我解释所需的步骤吗?

Thanks! 谢谢!

try this if you have the .dSYM files also archived with the binary 如果您还用二进制文件存档了.dSYM文件,请尝试此操作

http://sourceforge.net/p/umsservices/wiki/Home/ http://sourceforge.net/p/umsservices/wiki/Home/

it should do the job for you. 它应该为您完成工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM