概述
最近公司给新配的iMac,配置一下cocoapods,不是很顺利,提示我:mac [!] Unable to find a pod with name, author, summary, or description matching `AFNetworking'百度了一下看到http://www.jianshu.com/p/d2d81b58d716具体内容如下。我首先用的第一种方法,等了一会儿,没有反应,就在我放弃他的时候,就成功了,哈哈。特来分享,如果你试了第一种没有成功,就试试第二种吧,用第二种成功了别忘了告诉我一下哦
搜了一下:两种解决方案
一,参考了这个链接(git上一个大神的回答)
删除cocoapods的索引,然后重新search,
在terminal下
rm ~/Library/Caches/CocoaPods/search_index.json
pod search AFNetworking
Creating search index for spec repo 'master'..
会触发cocoapods重新拉这个索引文件
二,重新安装cocoapods
参考了这个链接(很多人都转载的一个)
1、 先移除掉/Users/Ansel/.cocoapods/repos/master
2、再重新安装CocoaPods , 安装命令
gem sources --remove https://rubygems.org/
gem sources -a https://ruby.taobao.org/
sudo gem install -n /usr/local/bin cocoapods
xcode-select -switch /Applications/Xcode.app/Contents/Developer
后面这两步我没用,因为没有看到解释,我是后面直接pod setup了一下,等于重现安装了
我首先选用了第一种方式,即删掉了本地的search_index.json文件,发现还是找不到第三方库,然后的确在我的search_index.json里没有那个库的名字,然后我怒而重装(既选择第二种方式),还是如此。
最后只好去找同事(在他那里一直是可以search到那个第三方库的)拷贝了他本地的search_index.json,解决了。
抱着好奇心,我发现我重装cocoapods后,没有再尝试rm那个文件试试,果然,重装cocoapods后,再rm search_index.json,也是好使的。
最后
以上就是甜美老师为你收集整理的cocoapods找不到第三方库Unable to find a pod with name, author, summary, or description matching 'AFNetwork'最近公司给新配的iMac,配置一下cocoapods,不是很顺利,提示我:mac [!] Unable to find a pod with name, author, summary, or description matching `AFNetworking'百度了一下看到http://www.的全部内容,希望文章能够帮你解决cocoapods找不到第三方库Unable to find a pod with name, author, summary, or description matching 'AFNetwork'最近公司给新配的iMac,配置一下cocoapods,不是很顺利,提示我:mac [!] Unable to find a pod with name, author, summary, or description matching `AFNetworking'百度了一下看到http://www.所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复