我是靠谱客的博主 无心宝马,这篇文章主要介绍[!] Unable to find a pod with name, author, summary, or description matching ‘ ‘,现在分享给大家,希望可以做个参考。

  • 第一种方案
复制代码
1
2
rm ~/Library/Caches/CocoaPods/search_index.json
复制代码
1
2
pod search AFNetworking
  • 终极方案
  1. pod repo remove master
  2. cd ~/.cocoapods/repos
  3. git clone --depth 1 https://github.com/CocoaPods/Specs.git master
  4. rm ~/Library/Caches/CocoaPods/search_index.json
  5. pod search AFNetworking

最后

以上就是无心宝马最近收集整理的关于[!] Unable to find a pod with name, author, summary, or description matching ‘ ‘的全部内容,更多相关[!]内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(85)

评论列表共有 0 条评论

立即
投稿
返回
顶部