美文网首页
Mac电脑 操作问题总结(持续更新)

Mac电脑 操作问题总结(持续更新)

作者: 光之盐汽水 | 来源:发表于2019-09-26 14:08 被阅读0次

1、运行命令行报错:xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at:/Library/Developer/CommandLineTools/usr/bin/xcrun

原因:初步分析是xcode 组件缺失了(command line tools 工具没有了)。
解决方法:
打开终端,运行以下命令,安装xcode组件即可。

xcode-select --install

相关文章

网友评论

      本文标题:Mac电脑 操作问题总结(持续更新)

      本文链接:https://www.haomeiwen.com/subject/dawductx.html