xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
需要安装xcode:
xcode-select --install
因为git依赖xcode command tool
本文介绍了解决xcrun错误:无效的活动开发者路径问题的方法,指出该问题是因为缺少Xcode命令行工具,并提供了安装命令:xcode-select --install,帮助读者正确配置开发环境。
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
需要安装xcode:
xcode-select --install
因为git依赖xcode command tool
2万+
1569

被折叠的 条评论
为什么被折叠?