您的位置:首页 > 移动开发 > IOS开发

【iOS】更新 CocoaPods 后 Podfile 报错

2016-05-29 16:07 661 查看
更新了 CocoaPods 后,再执行 "pod install" 时报了如下错误:

[!] The dependency `AFOnoResponseSerializer` is not used in any concrete target.
The dependency `SDWebImage` is not used in any concrete target.
The dependency `SSKeychain` is not used in any concrete target.
The dependency `ReactiveCocoa` is not used in any concrete target.
The dependency `GPUImage` is not used in any concrete target.
The dependency `MBProgressHUD` is not used in any concrete target.


如图所示:



原因是 Podfile 的格式改了。新的格式如下:



官网地址:https://cocoapods.org/

此外,使用

pod search **


命令,可以查看使用的第三方库的版本号等信息。

参考:

http://blog.csdn.net/sjl_leaf/article/details/50506057

https://segmentfault.com/q/1010000000716129
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: