现象:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun

解决办法:
在终端输入,会安装xcrun
xcode-select --install
安装完成后即可使用
现象:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun

解决办法:
在终端输入,会安装xcrun
xcode-select --install
安装完成后即可使用
转载于:https://www.cnblogs.com/aresxin/p/7903242.html