Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master-1`.

当尝试使用pod install或pod update时遇到错误:Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master-1`。可能原因包括Xcode升级或新安装。解决方法包括删除~/.cocoapods/repos下的master文件夹,重新下载CocoaPods仓库,然后根据需要执行pod setup。

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

在pod install或pod update时出现如题的错误提示:

...

Setting up CocoaPods master repo
[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master-1`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.

错误的原因可能有很多种,其中有可能是升级了Xcode或是安装了新的Xcode,首先要让系统指定一个Xcode

xcode-select -p

输出:/Applications/Xcode.app/Contents/Developer

sudo xcode-select -switch /Applications/Xcode.app/

上面命令重新指定Xcode


---如果Xcode检查没有问题,上面命令可以不做,下面进入正题---


解决办法是:

1、进入/users/用户名/.cocoapods/repos,删除master文件夹
2、重新下载CocoaPods仓库

git clone https://git.coding.net/CocoaPods/Specs.git ~/.cocoapods/repos/master
当然你可以用下面方法(备用)
pod repo add master https://github.com/CocoaPods/Specs.git

下载仓库后如有必要pod setup一下


接下来就正常了

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值