mac更新后git不可用

本文详细记录了在Xcode更新后遇到的各种错误,包括dyld:Library not loaded和xcrun:error等,并提供了具体的解决步骤。通过设置Xcode路径和安装CommandLineTools,最终解决了所有问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

更新后报错

错误提示如下:

dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
  Reason: image not found
git: error: unable to locate xcodebuild, please make sure the path to the Xcode folder is set correctly!
git: error: You can set the path to the Xcode folder using /usr/bin/xcode-select -switch

查找解决方案

网上查到输入下面的命令

sudo xcode-select --switch /Library/Developer/CommandLineTools/

仍然报错:

xcode-select: error: invalid developer directory '/Library/Developer/CommandLineTools/'

安装xcode-select

xcode-select --install

根据提示的弹框安装xcode-select
再次执行如下命令

sudo xcode-select --switch /Library/Developer/CommandLineTools/

执行完不报错,ok

报另外一种错
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

同样安装 xcode-select --install, 安装完之后就ok啦

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值