符号化 iOS 崩溃日志而不存档
我的开发设备上有一个应用程序崩溃日志(带有应用程序的商店版本)。糟糕的是我手头没有存档版本。
有没有一种方法可以对与商店版本(大约)匹配的旧 svn 版本进行符号化?
只需运行 symbolicatecrash
就会发出警告:
## Warning: Can't find any unstripped binary that matches version of /var/mobile/Applications/...
I have an application crashlog on my development device (with the store version of an app). Bad thing is that I don't have the archived version at hand.
Is there a way I can symbolize against an old svn revision which matches the store version (approximately)?
Just running symbolicatecrash
gives the warning:
## Warning: Can't find any unstripped binary that matches version of /var/mobile/Applications/...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须拥有 dsym 文件(存档的一部分)来对报告进行符号化。旧的 SVN 版本在这种情况下没有帮助。
You have to have the dsym file (part of the archive) to symbolicate the report. The old SVN revision doesn't help in this case.