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'
相关推荐
字节全栈_rJF12 小时前
Flutter Candies 一桶天下
前端·javascript·flutter
pengyu15 小时前
系统化掌握 Dart 编程之异常处理(二):从防御到艺术的进阶之路
android·flutter·dart
字节全栈_ZKt1 天前
FIDL:Flutter与原生通讯的新姿势,不局限于基础数据类型
flutter
小龙在山东1 天前
Flutter开发环境配置
flutter
字节全栈_ZKt2 天前
微店的Flutter混合开发组件化与工程化架构
flutter·架构·蓝桥杯
恋猫de小郭3 天前
Flutter 新春第一弹,Dart 宏功能推进暂停,后续专注定制数据处理支持
android·java·flutter
LuiChun3 天前
webview_flutter_wkwebview3.17.0 --Cookie认证
flutter
smart_ljh4 天前
国内flutter环境部署(记录篇)
flutter
LuiChun4 天前
Flutter中使用WebView加载html页面时下载js_css文件的流程
flutter
CherishTaoTao5 天前
Flutter子页面向父组件传递数据方法
开发语言·javascript·flutter