我是靠谱客的博主 无心宝马,这篇文章主要介绍[!] Unable to find a pod with name, author, summary, or description matching ‘ ‘,现在分享给大家,希望可以做个参考。
- 第一种方案
复制代码
1
2rm ~/Library/Caches/CocoaPods/search_index.json
复制代码
1
2pod search AFNetworking
- 终极方案
- 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
最后
以上就是无心宝马最近收集整理的关于[!] Unable to find a pod with name, author, summary, or description matching ‘ ‘的全部内容,更多相关[!]内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复