码迷,mamicode.com
首页 > 移动开发 > 详细

【iOS】更新 CocoaPods 后 Podfile 报错

时间:2016-05-29 16:31:24      阅读:912      评论:0      收藏:0      [点我收藏+]

标签:

更新了 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

【iOS】更新 CocoaPods 后 Podfile 报错

标签:

原文地址:http://www.cnblogs.com/jaxer/p/5539649.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!