美文网首页
Unable to find a pod with name

Unable to find a pod with name

作者: AgoniNemo | 来源:发表于2017-07-31 09:47 被阅读13次

把之前的一些库上传到cocopods的官网,但是过了好久用search都搜索不到这个库,但又可以用pod install安装,原因就是pod 仓库没有更新。可以用下面两个方法解决:

方法一:

//删除本地的仓库索引
rm ~/Library/Caches/CocoaPods/search_index.json

//再次搜索会自动创建索引
pod search 库名

方法二:

//更新pod库
pod setup

博主用第一种方法已经成功了。

相关文章

网友评论

      本文标题:Unable to find a pod with name

      本文链接:https://www.haomeiwen.com/subject/odullxtx.html