pod search 无效解决方式(尝试删除~/Library/Caches/CocoaPods/search_index.json重新pod search无效)

尝试删除~/Library/Caches/CocoaPods/search_index.json重新pod search无效
总是提示:

$ pod search AFNetworking
Setup completed
[!] Unable to find a pod with name, author, summary, or description matching `AFNetworking`
处理方式:

pod setup的就是将https://github.com/CocoaPods/Specs.git的代码下载到~/.cocoapods/repos/master,我发现我本地就没有~/.cocoapods/repos目录,然后创建了该目录mkdir -p ~/.cocoapods/repos/
接着进行以下操作

$ pod repo remove master
$ cd ~/.cocoapods/repos
$ git clone --depth 1 https://github.com/CocoaPods/Specs.git master
$ rm ~/Library/Caches/CocoaPods/search_index.json
$ pod search afnetworking
最终成功的截图:
image.png
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。