0
0

More than 1 year has passed since last update.

Flutter Firebase 追加時のエラーメモ

Posted at

備忘録

インストール

flutter pub add firebase_core

エラー事象

CocoaPods could not find compatible versions for pod "Firebase/Analytics"

対処

その1

flutter clean 

その2

cd ios
pod install --repo-update
flutter clean 

その3

cd ios
sudo gem install cocoapods
pod install --repo-update
flutter clean 

その4

Xcodeから iOS Deployment Target 11.0以上に

image.png

その1を実行

その5

image.png

その1を実行

ダメな時

flutter pub remove firebase_core
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0