Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 0 dependencies from the Podfile and 0 total pods installed.
[!] The Podfile does not contain any dependencies.
[!] Automatically assigning platform `iOS` with version `16.0` on target `flutter-app` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.
中文意思如下:
分析依赖项
下载依赖项
生成Pods项目
集成客户端项目
Pod安装完成!从Podfile中没有发现任何依赖项,共安装了0个Pod。
[!] Podfile文件中没有任何依赖项。
[!] 自动分配平台iOS版本16.0到目标flutter-app,因为没有指定平台。请在您的Podfile中为此目标指定平台。请参阅https://guides.cocoapods.org/syntax/podfile.html#platform。
[!] 您的项目没有明确指定CocoaPods主规格库存储库。由于CDN现在是默认设置,您可以通过pod repo remove master安全地从repos目录中删除它。要抑制此警告,请在您的Podfile中添加warn_for_unused_master_specs_repo => false。
网友评论