flutter pod install, Error installing FMDB

这是我的错误提示

复制代码
[!] Error installing FMDB
[!] /usr/bin/git clone https://github.com/ccgus/fmdb.git /var/folders/gs/npkkfph92xndgh137z132qf00000gn/T/d20231113-95745-x4208e --template= --single-branch --depth 1 --branch 2.7.5

Cloning into '/var/folders/gs/npkkfph92xndgh137z132qf00000gn/T/d20231113-95745-x4208e'...
fatal: unable to access 'https://github.com/ccgus/fmdb.git/': Failure when receiving data from the peer


[!] Automatically assigning platform `iOS` with version `13.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.

解决方式

根据最后一条提示 到ios/Podfile文件下取消这行注释

复制代码
# platform :ios, '11.0'
相关推荐
Justin在掘金12 小时前
Riverpod 实战指南
flutter
MonkeyKing715518 小时前
Flutter Riverpod 2.x 设计思想与最佳实践
前端·flutter
梦想不只是梦与想18 小时前
Flutter中 yield*关键字
flutter·生成器函数
用户游民20 小时前
Flutter GetX实现原理
前端·flutter
MonkeyKing715520 小时前
Flutter列表性能极致优化:从卡顿到丝滑
flutter
恋猫de小郭21 小时前
实用性 Max ,新 Flutter & Dart Agent Skills 深度解读
android·前端·flutter
Jolyne_2 天前
flutter学习(一)环境搭建及基础速通
flutter
MonkeyKing71552 天前
Flutter状态管理实战:全局、局部、页面状态拆分指南
前端·flutter
MonkeyKing71552 天前
Flutter异步状态统一处理实战:告别混乱,优雅管理请求与加载
flutter
MonkeyKing71552 天前
Flutter项目结构与模块化、组件化、插件化
flutter