CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.

Posted JDYang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.相关的知识,希望对你有一定的参考价值。

#ios必须小写

注:\'eee\'是工程name

platform :ios, \'8.0\'

#target对应的是项目名do执行开始

target \'eee\' do

pod \'MBProgressHUD\'

end

#end结束

以上是关于CocoaPods 1.0之前版本无法pod install和pod update! 更新后CocoaPods 1.1.1 Podfile新的写法.的主要内容,如果未能解决你的问题,请参考以下文章

pod install 在1.0.0.beta.1 cocoapods版本显示错误

Flutter CocoaPods 找不到 pod“FirebaseCore”的兼容版本

pod 安装时出现 Flutter 错误:CocoaPods 找不到 pod“Firebase/CoreOnly”的兼容版本

CocoaPods 'pod lib create' 不生成 Podfile

奇怪的 cocoapods 问题为每个 pod 安装目标

使用 Cocoapods v1.0.x 拉动 pod 时无法构建 MagicalRecord