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'
相关推荐
程序员老刘11 小时前
Flutter官方拒绝适配鸿蒙的真相:不是技术问题,而是...
flutter·harmonyos·客户端
木易 士心12 小时前
Flutter PC 应用开发指南:从环境搭建到实战避坑
flutter
陈大头铃儿响叮当13 小时前
Android Studio升级后,Flutter运行android设备报错
android·flutter·android studio
勤劳打代码13 小时前
isar_flutter_libs 引发 Namespace not specified
android·flutter·groovy
QuantumLeap丶16 小时前
《Flutter全栈开发实战指南:从零到高级》- 11 -状态管理Provider
android·flutter·ios
安卓开发者17 小时前
第12讲:入门级状态管理方案 - Provider详解
flutter
未来猫咪花17 小时前
为什么 Flutter 不需要 Hooks
flutter
又菜又爱coding1 天前
Android + Flutter打包出来的APK体积太大
android·flutter
QuantumLeap丶1 天前
《Flutter全栈开发实战指南:从零到高级》- 10 -状态管理setState与InheritedWidget
flutter·前端框架·dart
Pedro1 天前
Flutter - 日志不再裸奔:pd_log 让打印有型、写盘有序
前端·flutter