符号化 iOS 崩溃日志而不存档

发布于 2024-12-02 10:42:07 字数 273 浏览 1 评论 0原文

我的开发设备上有一个应用程序崩溃日志(带有应用程序的商店版本)。糟糕的是我手头没有存档版本。

有没有一种方法可以对与商店版本(大约)匹配的旧 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

寂寞清仓 2024-12-09 10:42:07

您必须拥有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文