Cocopods pod install警告记录

bash 复制代码
xxxx % pod install
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 2 dependencies from the Podfile and 2 total pods installed.

[!] The Podfile does not contain any dependencies.

[!] The platform of the target `ScanDemo` (iOS 10.0) may not be compatible with `SGQRCode (4.1.0)` which has a minimum requirement of iOS 11.0.

[!] 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.

中文解释如下:

Analyzing dependencies --- 分析依赖项

Downloading dependencies --- 下载依赖项

Generating Pods project --- 生成Pods项目

Integrating client project --- 集成客户端项目

Pod安装完成!从Podfile中没有发现任何依赖项,共安装了2个Pods。

!\] Podfile文件中没有任何依赖项。 \[!\] 项目' ScanDemo ' (iOS 10.0)的平台可能与具有iOS 11.0最低要求的' SGQRCode(4.1.0) '不兼容。 \[!\] 您的项目没有明确指定CocoaPods主规格库存储库。由于CDN现在是默认设置,您可以通过pod repo remove master安全地从repos目录中删除它。要抑制此警告,请在您的Podfile中添加warn_for_unused_master_specs_repo =\> false。

相关推荐
一只代码狗3 小时前
Docker Desktop在MAC上无法强制关闭的命令清理方式
macos·docker·php
xingxing_F9 小时前
Mac应用快速启动器Alfred 5 Powerpack for Mac
macos
丨康有为丨10 小时前
彻底解决 Zip4j 解压中文文件名乱码问题(含混合编码与 Mac 特殊情况)
macos
2501_9160088910 小时前
iOS 26 性能分析深度指南 包含帧率、渲染、资源瓶颈与 KeyMob 协助策略
android·macos·ios·小程序·uni-app·cocoa·iphone
wulitoud13 小时前
[好用工具] 一款mac/windows电脑历史剪切板工具,类似著名的Paste
windows·macos·sublime text
xingxing_F13 小时前
Network Radar for Mac 网络扫描管理软件
网络·macos
清风细雨_林木木15 小时前
MacOS本地数据库搭建
数据库·macos
书弋江山1 天前
iOS一直讲的单元格优化
macos·ios·cocoa
阿四1 天前
mac升级系统到macOS26后触控板滑动异常,原因竟然是这个!
macos
mortimer1 天前
从 Python+venv+pip 迁移到 uv 全过程 及 处理 torch + cuda 的跨平台指南
pytorch·python·macos