首页 > 移动平台 > 详细

【iOS】更新 CocoaPods 后 Podfile 报错

时间:2016-05-29 16:28:09      阅读:659      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!