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

出现Unable to find a pod with name

作者: 打碟的DJ | 来源:发表于2018-10-10 23:13 被阅读12次

在安装cocoapods的过程中会出现Unable to find a pod with name, author, summary, or description matching的提示,如下图所示:



这时就需要手动执行pod setup指令,如下:
终端输入:pod setup
会出现Setting up CocoaPods master repo,稍等几十秒,最底下会输出Setup completed。说明执行pod setup成功。
如果pod search操作还是搜索失败,如下:
终端输入:pod search Masonry


在~/Library/Caches/CocoaPods目录下删除search_index.json文件
pod setup成功后,依然不能pod search,是因为之前你执行pod search生成了search_index.json,此时需要删掉。
或者在终端输入:rm ~/Library/Caches/CocoaPods/search_index.json
删除成功后,再执行pod setup。
执行pod search Masonry
输出:Creating search index for spec repo ‘master’.. Done!,稍等片刻······就会搜索到Masonry各种版本的的类库了。

相关文章

网友评论

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

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