美文网首页
brew install 错误 :missing xcrun

brew install 错误 :missing xcrun

作者: 思序 | 来源:发表于2018-08-08 00:38 被阅读0次

错误日志:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Error: Failure while executing; `git config --local --replace-all homebrew.analyticsmessage true` exited with 1.

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Error: Failure while executing; `git config --local --replace-all homebrew.private true` exited with 1.

解决办法:

安装/Library/Developer/CommandLineTools
执行以下命令:

xcode-select --install

相关文章

网友评论

      本文标题:brew install 错误 :missing xcrun

      本文链接:https://www.haomeiwen.com/subject/bmnzvftx.html