美文网首页
Cocoapods搜索库出现无法找到解决方案

Cocoapods搜索库出现无法找到解决方案

作者: EurekaFlutter | 来源:发表于2019-04-04 09:33 被阅读0次

更新本地pod库

pod setup

执行搜索,仍然无法搜索继续往下看

删除pod库master文件夹

pod repo remove master

进入repo文件夹

cd~/.cocoapods/repos

clone最新的master内容

gitclone--depth1https://github.com/CocoaPods/Specs.git master

执行搜索

pod search DWTransform

仍然提示无法匹配

无法匹配.png

删除本地搜索索引

rm ~/Library/Caches/CocoaPods/search_index.json

再次执行搜索

pod search DWTransform

作者:CoderDwang

链接:https://www.jianshu.com/p/1fc730b0edc7

來源:简书

简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

相关文章

网友评论

      本文标题:Cocoapods搜索库出现无法找到解决方案

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