- pod search [!] Oh no, an error o
- 2021-03-18 pod install 报错解决方案
- Xcode升级9.3之后, cocoapods命令报错
- 2018-06-12pod 更新第三方遇到的 object ve
- cocoapods [!] Oh no, an error oc
- [!] Oh no, an error occurred. S
- Search for existing GitHub issue
- Cocoapods 不能用,Oh no, an error oc
- ios 解决executable pod (Gem::GemNo
- 使用CocoaPods出错,[!] Oh no, an erro
执行pod search XXX
出现如下错误:


删除~/Library/Caches/CocoaPods目录下的search_index.json文件
终端输入
```
rm ~/Library/Caches/CocoaPods/search_index.json
```
此时执行 pod search XXX 问题解决
网友评论