🦫

[core/duplicate-app] A Firebase App named "[DEFAULT]" already exists

2023/03/23に公開

iOSでビルドできなくなった?

さっきまで、iOSのシュミレーターでビルド出来ていたのに突然出来なくなってしまった😭
なぜだ???

こちらの記事を見て対処法を試してみた!

GoogleService-info.plistを削除すればいいらしい?
Firebase CLI独特のエラーなのか?

https://dev.classmethod.jp/articles/flutter-undefeated-exception-coreduplicate-app-a-firebase-app-named-when-running-an-ios-app-default-what-to-do-when-an-exists-exists-error-occurs/

エラーが発生した!

GoogleService-info.plistを削除する

Flutterfire Configureコマンドを実行する

flutterfire configure


ビルドすると、GoogleService-info.plistが新しく生成された!

ビルドに成功しました!

最後に

エラーが出たら、まずは落ち着いて対処しましょう。ログやエラーコードを見て対処して解決をしていきます。

Discussion