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'

你可能感兴趣的:(2023,flutter)