iOS更新 CocoaPods 后 Podfile 报错

Posted 对酒当歌,人生几何?!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS更新 CocoaPods 后 Podfile 报错相关的知识,希望对你有一定的参考价值。

更新了 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 报错的主要内容,如果未能解决你的问题,请参考以下文章

CocoaPods 'pod lib create' 不生成 Podfile

cocoapods 0.37.1 - 更新 Podfile 时,框架不再链接

Firebase Podfile - CocoaPods 无法更新

错误:“沙箱与 Podfile.lock 不同步...”在使用 cocoapods 安装 RestKit 后

IOS-CocoaPods进阶篇

Cocoapods 0.39.0 更新错误