报这个错误的原因是xcode-select不在默认的路径
1.找到xcode-select的当前路径终端命令行

xcode-select --print-path

/Library/Developer/CommandLineTools

2.设置xcode-select到指定位置

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer/ 

3.验证是否设置成功

xcode-select --print-path

/Applications/Xcode.app/Contents/Developer

请联系我 商务合作、广告投放、题目勘误、侵权投诉

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿
发表
评论
返回
顶部