Firebaseを導入したことによるエラー
解決したいこと
AndroidStudioを用いて書いています。
Firebaseを導入した後にビルドをしようとすると永遠にビルドが終わりません。
Stopすると以下のような表示になります。
まだ、Flutter初心者🔰なので皆様お力をお貸しください。
よろしくお願いします。
Launching lib/main.dart on iPhone 15 Pro in debug mode...
Running Xcode build...
Error: Unable to terminate com.example.××××××××(名称) on 51034833-5439-××××××××-A700-8D2F24427044:
ProcessException: Process exited abnormally with exit code -2:
Command: /usr/bin/arch -arm64e xcrun simctl terminate 51034833-5439-××××××××-A700-8D2F24427044 com.example.××××××××(名称)
the Dart compiler exited unexpectedly.
また、google-services.jsonなどは確認済み。
自分で試したこと
・Firebaeの導入やり直し
・flutter clean
・Simulaterのキャッシュ削除
0