1、find /Applications/Xcode.app -name symbolicatecrash
找到 symbolicatecrash 文件,复制导出到 1.crash(待解析文件) 同级路径
2、把符号表文件 dSYM 也放到同级路径。
3、export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
4、./symbolicatecrash ./1.crash ./xxxxxx.app.dSYM/ > 1.log