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

更新本地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搜索库出现无法找到解决方案)