美文网首页
Cocoapods pod search 错误问题

Cocoapods pod search 错误问题

作者: 朵朵一花浪 | 来源:发表于2021-10-12 14:14 被阅读0次

pod search AFNetworking 出现如下问题

[!] Unable to find a pod with name, author, summary, or description matching AFNetworking ```

解决办法:
``` 1.cd到指定目录,查看是否有文件
cd ~/.cocoapods/repos
2.克隆资源到目录,使用的清华大学的资源下载比较快
git clone https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git  ~/.cocoapods/repos/trunk
3.然后在重新使用 pod search AFNetworking 成功 ```

相关文章

网友评论

      本文标题:Cocoapods pod search 错误问题

      本文链接:https://www.haomeiwen.com/subject/opidoltx.html