在分析手机数据,自动解析crash的时候报错
Error: "DEVELOPER_DIR" is not defined at ./symbolicatecrash line 69
输入下面代码即可解决
export DEVELOPER_DIR="/Applications/XCode.app/Contents/Developer"
在分析手机数据,自动解析crash的时候报错
Error: "DEVELOPER_DIR" is not defined at ./symbolicatecrash line 69
输入下面代码即可解决
export DEVELOPER_DIR="/Applications/XCode.app/Contents/Developer"