Error内容
[!] CocoaPods could not find compatible versions for pod "Firebase/RemoteConfig":
In snapshot (Podfile.lock):
Firebase/RemoteConfig (= 8.7.0)
In Podfile:
firebase_remote_config (from `.symlinks/plugins/firebase_remote_config/ios`) was resolved to 0.11.0-1, which depends on
Firebase/RemoteConfig (= 8.11.0)
解決方法
-
podfile.lock
を削除 -
run
flutter run
上記コマンドを叩く。
参考文献