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'
相关推荐
Jinkey15 小时前
FlutterBasic - GetBuilder、Obx、GetX<Controller>、GetxController 有啥区别
android·flutter·ios
Summer不秃19 小时前
Flutter之使用mqtt进行连接和信息传输的使用案例
前端·flutter
旭日猎鹰19 小时前
Flutter踩坑记录(二)-- GestureDetector+Expanded点击无效果
前端·javascript·flutter
sunly_19 小时前
Flutter:AnimatedSwitcher当子元素改变时,触发动画
flutter
AiFlutter19 小时前
Flutter封装Coap
flutter
旭日猎鹰1 天前
Flutter踩坑记录(三)-- 更改入口执行文件
flutter
旭日猎鹰1 天前
Flutter踩坑记录(一)debug运行生成的项目,不能手动点击运行
flutter
️ 邪神1 天前
【Android、IOS、Flutter、鸿蒙、ReactNative 】自定义View
flutter·ios·鸿蒙·reactnative·anroid
比格丽巴格丽抱2 天前
flutter项目苹果编译运行打包上线
flutter·ios
SoaringHeart2 天前
Flutter进阶:基于 MLKit 的 OCR 文字识别
前端·flutter