最近新换电脑 要重新配置开发环境 下载cocoapod的时候 安装成功后 尝试搜索 出现报错 提示找不到任何相关的库
[!] Unable to find a pod with name, author, summary, or description
打开~/.cocoapods/repos/master文件夹后 会发现下载好的pod文件夹下 没有索引文件
解决方案
手动clone cocoapod的官方space 到本地
git clone https://github.com/CocoaPods/Specs.git ~/.cocoapods/repos/master
如果速度过慢 可以考虑切换gem source到国内taobao或osc镜像源
网友评论