xcrun: error: invalid active developer path 解决
在拉取 github 代码时,提示如下报错:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
原因是:这是由于 Xcode command line tools
丢失导致的,查找解决方案的过程中发现,基本上每次升级 macOS 都会出现这个问题。
下面是解决步骤:
执行命令:xcode-select --install
点击安装即可
原文地址:https://blog.csdn.net/zhangchb/article/details/145096885
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!