Error: "DEVELOPER_DIR" is not de
2019-11-01 本文已影响0人
头脑很慢的程序员
在分析手机数据,自动解析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"