欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

[转]解决MacOS升级后出现xcrun: error: invalid active developer path, missing xcrun的问题

程序员文章站 2022-06-30 10:27:27
...

解决MacOS升级后出现xcrun: error: invalid active developer path, missing xcrun的问题

22017.09.26 16:50:22字数 77阅读 52744

今天升级macOS High Sierra,终端里使用git的时候,弹出一行莫名其妙的错误:

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

解决方法,重装xcode command line:

xcode-select --install

如果没有解决问题,执行以下命令

sudo xcode-select -switch /

原地址:https://www.jianshu.com/p/50b6771eb853