xcode 用 dSYM 和 .ipa 文件符号化崩溃文件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9834021/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 23:45:50  来源:igfitidea点击:

Symbolicate crash file with dSYM and .ipa file

xcodecrashsymbolicate

提问by Dhara Patel

Is there any concreate way to symbolicate crash logs from my app, i have following things

是否有任何 concreate 方法可以从我的应用程序中符号化崩溃日志,我有以下内容

  • dSYM file
  • .ipa Application file
  • myapp.crash

    -

  • I have tried symbolicatecrash script but it does not work somehow
  • Xcode does not work also i have Xcode 4.3
  • I even tried system 'atos' command but it gives me some c or c++ file
  • .dSYM 文件
  • .ipa 申请文件
  • 我的应用程序崩溃

    ——

  • 我尝试过symbolicatecrash脚本,但它以某种方式不起作用
  • Xcode 也不起作用,我有 Xcode 4.3
  • 我什至尝试过 system 'atos' 命令,但它给了我一些 c 或 c++ 文件

I dont have build file in my archive is it because of that, because app was build in different machine ?

我的存档中没有构建文件,是不是因为应用程序是在不同的机器上构建的?

回答by Karthik T

This may be too late.. but i saw the method in another link that i am now trying to find :P

这可能为时已晚..但我在另一个链接中看到了该方法,我现在正试图找到它:P

  • Rename your .ipa file to .zip
  • Open the zip file to extract the app
  • now run symbolicatecrash script or delete the .symbolicated folder
  • and restart xcode
  • 将您的 .ipa 文件重命名为 .zip
  • 打开 zip 文件以提取应用程序
  • 现在运行symbolicatecrash 脚本或删除.symbolicated 文件夹
  • 并重新启动 xcode

if not helpful to you, hope this helps others.

如果对您没有帮助,希望这对其他人有帮助。

Edit: found the place Symbolicating iPhone App Crash Reports

编辑:找到了象征 iPhone 应用程序崩溃报告的地方

回答by Max Yankov

Aside from xcode's tools, you can use atos: https://stackoverflow.com/a/4954949/312725

除了 xcode 的工具,您还可以使用 atos:https://stackoverflow.com/a/4954949/312725

Be sure to take slide into account as well: https://stackoverflow.com/a/13576028/312725

一定要考虑幻灯片:https: //stackoverflow.com/a/13576028/312725