发现 macOS 升级系统之后总会报错 git 找不到,无论是 macOS High Sierra ,还是 macOS Mojave。
错误信息:
bash
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
解决方法,重装 xcode CommandLineTools:
bash
xcode-select --install
如果没有解决问题,执行以下命令
bash
sudo xcode-select -switch /
文章信息
- 文章标题:macOS 升级后出现xcrun: error: invalid active developer path - Keystion
- 文章链接:https://webclown.net/posts/macOS-升级后出现xcrun-error-invalid-active-developer-path.html
- 版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。
- 转载请注明来自 Keystion !
markdown
[macOS 升级后出现xcrun: error: invalid active developer path - Keystion](https://webclown.net/posts/macOS-升级后出现xcrun-error-invalid-active-developer-path.html)