[!] Unable to find a pod with name, author, summary, or description matching `AF`
执行 pod setup
其实在你安装 CocoaPods 执行 pod install
时,系统会默认操作 pod setup
,然而由于墙可能会 pod setup
不成功。这时就需要手动执行 pod setup
指令,如下:
pod setup
输出:
Setting up CocoaPods master repo
稍等几十秒,最底下会输出 Setup completed
说明执行 pod setup
成功。