※ メモ用
「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をして上げる必要あり