解决Pod搜索问题
报错: Unable to find a pod with name, author, summary, or description matching `svga`
///1.更新GEM
(先关闭SIP)sudo gem update —system
///2.更新pod
pod setup
///3.删除本地的索引
rm ~/Library/Caches/CocoaPods/search_index.json

更多推荐