在终端输入SVN指令,出现了xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun的错误。
解决办法:
在终端输入命令
xcode-select --install
会弹出Command line developer tools的安装界面,点击安装。
安装成功后即可使用。
当在终端使用SVN指令时遇到xcrun:error的错误,可通过输入xcode-select--install命令来安装Commandlinedevelopertools,解决缺少xcrun的问题。
3036

被折叠的 条评论
为什么被折叠?



