xcrun: error: invalid active developer path

这篇具有很好参考价值的文章主要介绍了xcrun: error: invalid active developer path。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

macOS升级完成后出现 xcrun: error: invalid active developer path问题。无法使用git

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
liingot@localhost study % 

这是由于 Xcode command line tools 丢失导致,基本上每次升级 macOS 都会出现这个问题。

修复这个问题也简单,重新安装Xcode command line tools就行。

在终端输入下面命令。

xcode-select --install

提示安装xcode-select软件,安装以后问题就可以解决文章来源地址https://www.toymoban.com/news/detail-724743.html

到了这里,关于xcrun: error: invalid active developer path的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • git 拉取代码时提示 error:invalid path

    之后再执行下git pull 命令即可

    2024年02月09日
    浏览(71)
  • Git|error invalid path 报错的解决方法

    情形 1:使用 git clone 后,拉取的文件夹中只有 .git 文件夹,其他内容均没有拉下来。使用 git status -s 命令,可以看到所有文件都显示已被删除的状态。 情形 2:本地在切换分支时,出现如下报错信息,然后分支切换失败: 代码中包含 NTFS 文件系统不支持的文件名。(源代码

    2024年02月04日
    浏览(45)
  • (日常搬砖)windows 11 安装cython_bbox时,遇到问题‘error: Microsoft Visual C++ 14.0 or greater is required. ’解决方案

    安装百度飞桨时,执行指令 pip install -r requirements.txt ,报错。 检查一下错误,发现无法用pip安装Cython和cython_bbox。 参考FairMOT | win10下cython-bbox安装的心酸之路 成功安装了Cython。 接下来尝试以下两种方案安装cython_bbox: 直接在终端执行 pip install cython-bbox ,报错,此法作废。

    2024年02月07日
    浏览(55)
  • SDK does not contain ‘libarclite‘ at the path ‘/Applications/Xcode.app/Contents/Developer/Toolchains

    升级到Xcode 15运行项目报错,报错信息如下: SDK does not contain \\\'libarclite\\\' at the path \\\'/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a\\\'; try increasing the minimum deployment target 低版本也会有这个错误,应该是依赖包少了点东西。 第一步: 下载

    2024年03月11日
    浏览(62)
  • Xcode15报错:SDK does not contain ‘libarclite‘ at the path ‘/Applications/Xcode.app/Contents/Developer

    报错内容: SDK does not contain ‘libarclite’ at the path ‘/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/ lib/arc/libarclite_iphonesimulator.a’; try increasing the minimum deployment target 缺少了libarclite_iphonesimulator.a这个东西,前往文件夹查看: /Applications/Xcode.app/Contents/Developer/T

    2024年02月19日
    浏览(55)
  • Java Development Kit (JDK) directory is not set or invalid. Please, fix it in Preferences -> Externa

    Java Development Kit (JDK) directory is not set or invalid. Please, fix it in Preferences - External Tools UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) (at /Users/builduser/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:187)  解决方案: 我现在正在为我的游戏创建一个密钥库(在unity中),但当我按下add key按钮时,会弹

    2024年02月12日
    浏览(38)
  • mac os系统升级pycharm报Invalid path to Command Line Tools解决办法

    问题: mac os系统升级后,pull/push代码时git报错,报错内容: 解决办法: 1、首先检查是否你的机器安装了Git,如果没有安装,则安装 2、执行 xcode-select --install 命令 如果上述两步还不行,则需要修改idea中Git路径的配置,在shell终端输入 which git 查看git的路径: 如图: 3、完成

    2024年02月16日
    浏览(46)
  • brew install报错Error: No developer tools installed. Error: Command failed with exit 128: git

    先来解决第一个问题 Error: No developer tools installed. Install the Command Line Tools: xcode-select --install 然后升级一下brew,出现警告。然后再次尝试安装tree 出现如下错误: fatal: not in a git directory Error: Command failed with exit 128: git 在终端输入 Homebrew 3.6.20 fatal: detected dubious ownership in repositor

    2024年02月05日
    浏览(55)
  • Error:invalid character in indentifier

     Error:invalid character in indentifier   解决方案: 一般是中英文写错了

    2024年02月12日
    浏览(41)
  • ERROR: Invalid requirement: ‘==‘ 解决python报错

    ERROR: Invalid requirement: \\\'==\\\' 错误:无效的要求: \\\'==\\\' 今天安装 selenium包时突然触发这个报错,这个错误通常出现在使用pip安装Python包时,报错的原因是需要注意的是 == 前后没有空格 ,若是加空格就会出现上述报错。 例如: 安装指定版本的 selenium比较简单,直接: 在服务器上安

    2024年02月11日
    浏览(37)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包