macOS Catalina(系统篇):xcrun: error: invalid active developer path (), missing xcrun at: /Library

问题原因

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

出现场景

git

svn 不能正常使用

idea 提示 svn路径不正确

解决方式

打开命令终端运行

xcode-select --install

回车后,系统弹出下载xcode组件,点击确认,下载完成后即可。

xcode-select: note: install requested for command line developer tools

问题分析

刚开始以为 svn路径不正确,多次确认后无误;

有以为是svn没了,想想 mac 自己的subversion 不可能出错;

最终在svn --version,给了我报错提示:

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

然后我就 Command+c,Command+v,打开百度,一顿操作。

问题总结

Mac中很多软件都需要依赖xcode的先关组件。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章