crash 符号化

  • Post author:
  • Post category:其他


一、符号化需要3个文件

1.crash文件

2.符号表(organize–>选择包–>show in finder –>显示包内容–>dSYMs )

3.需要Xcode自带的崩溃分析工具symbolicatecrash

(/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTFoundation.framework/symbolicatecrash)

二、步骤:

1.将3个文件放到一个文件夹

2.终端cd到该文件夹

3.输入命令设置环境变量 export DEVELOPER_DIR=”/Applications/Xcode.app/Contents/Developer”

4.输入命令

./symbolicatecrash /Users/apple/Documents/crash/crash.crash /Users/apple/Documents/crash/SafePlatform.app.dSYM >new.crash



版权声明:本文为crystal_DJ原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。