Unable to add a source with url https://github.com/CocoaPods/Specs.git named master-1.
2017年01月26日 12:11:36 閱讀數(shù):5540 標(biāo)簽: pod repo addmaster-1masterCocoaPodspod install
<article style="font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; text-decoration: none; box-sizing: inherit; outline: 0px; display: block; position: relative; padding-top: 16px; caret-color: rgb(51, 51, 51); color: rgb(51, 51, 51); font-family: "SF Pro Display", Roboto, Noto, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; font-size: 14px; background-color: rgb(255, 255, 255);">
版權(quán)聲明:https://github.com/targetcloud 謝謝你的star https://blog.csdn.net/callzjy/article/details/54743749
在pod install或pod update時(shí)出現(xiàn)如題的錯(cuò)誤提示:
...
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.
錯(cuò)誤的原因可能有很多種,其中有可能是升級(jí)了Xcode或是安裝了新的Xcode,首先要讓系統(tǒng)指定一個(gè)Xcode
輸出:/Applications/Xcode.app/Contents/Developer
上面命令重新指定Xcode
---如果Xcode檢查沒(méi)有問(wèn)題,上面命令可以不做,下面進(jìn)入正題---
解決辦法是:
1、進(jìn)入/users/用戶名/.cocoapods/repos,刪除master文件夾
2、重新下載CocoaPods倉(cāng)庫(kù)
當(dāng)然你可以用下面方法(備用)
pod repo add master https://github.com/CocoaPods/Specs.git
下載倉(cāng)庫(kù)后如有必要pod setup一下
</article>