为了让CocoaPods的引入不显示警告,在Podfile最上方加上:
inhibit_all_warnings! pod search 一些第三方SDK,发现并不是最新版本,那是因为你的本地repo还没更新
pod repo remove masterpod repo add master https://gitcafe.com/akuandev/Specs.gitpod repo update pod repo update第一次执行的时间会比较长
本文共 285 字,大约阅读时间需要 1 分钟。
为了让CocoaPods的引入不显示警告,在Podfile最上方加上:
inhibit_all_warnings! pod search 一些第三方SDK,发现并不是最新版本,那是因为你的本地repo还没更新
pod repo remove masterpod repo add master https://gitcafe.com/akuandev/Specs.gitpod repo update pod repo update第一次执行的时间会比较长
转载于:https://www.cnblogs.com/luguojiangshi/p/5198289.html