xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决办法:
在终端输入,会安装xcrun
xcode-select --install
安装完成之后就好了
参考链接:https://www.cnblogs.com/aresxin/p/7903242.html
原文地址:https://www.cnblogs.com/cap-rq/p/11269263.html
时间: 2024-12-09 03:04:58