0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Flutter・Firebase 初期環境構築後のビルドエラー解消方法 雑記

Last updated at Posted at 2020-07-18

※ メモ用

「Running pod install... でビルドが止まる」

ios フォルダの下でPod installを事前に叩く必要あり(万が一podfile.lockがあるなら一旦削除してから実行)

Pod install

「Configuring the default Firebase app...で止まる」

Configuring the default Firebase app...
*** First throw call stack:
(
    0   CoreFoundation                      0x00000001096e36fb __exceptionPreprocess + 331
    1   libobjc.A.dylib                     0x0000000108c87ac5 objc_exception_throw + 48
    2   CoreFoundation                      0x00000001096e3555 +[NSException raise:format:] + 197
    3   Runner                              0x00000001033de1d2 +[FIRApp configure] + 562
    4   Runner                              0x0000000103936566 -[FLTCloudFirestorePlugin init] + 214
    5   Runner                              0x00000001039363f9 +[FLTCloudFirestorePlugin registerWithRegistrar:] + 297
    6   Runner                              0x000000010323c300 +[GeneratedPluginRegistrant registerWithRegistry:] + 112
    7   Runner                        <…>

FirebaseでiOSアプリを登録した際にGoogleService-Info.plistをダウンロードしてローカルに配置する際に、XcodeからRunnerディレクトリにAddをして上げる必要あり

スクリーンショット 2020-07-18 15.34.39.png
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?