mac更新系统后,提示xcrun的错误问题

Posted 洗洗睡吧

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac更新系统后,提示xcrun的错误问题相关的知识,希望对你有一定的参考价值。

pycharm运行代码终端报错:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

解决办法:
>>> rm -rf /Library/Developer/CommandLineTools      # 一定要先删除该目录,再install安装,不然无效,如权限问题,前面加个sudo
>>> xcode-select --install

mac更新后Git无法使用的问题

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

MAC更新完系统后,出现git无法使用的情况,执行git指令就会报错。

解决方法

xcode-select --install

按照提示将其安装即可解决。

以上是关于mac更新系统后,提示xcrun的错误问题的主要内容,如果未能解决你的问题,请参考以下文章

Mac更新系统后,终端运行python报xcrun异常的解决方案

Mac 提示错误”xcrun: error“

更新到 Mac catalina OS 后的 Git 问题:xcrun:错误:无效的活动开发人员路径(/Library/Developer/CommandLineTools)[重复]

Mac系统更新之后SVN登工具不能使用的问题

mac更新后Git无法使用的问题

mac更新后Git无法使用的问题