1、pod repo 查看当前设置的pod库的源。如果没有按照下面添加就可以
命令:pod repo add master https://git.coding.net/CocoaPods/Specs.git
如果有查看下源对不对,
2、移除,从新添加下源。
命令1: pod repo remove master
命令2:pod repo add master https://git.coding.net/CocoaPods/Specs.git
命令3: pod repo update
网友评论