728x90
반응형
SMALL
에러내용
2023-10-25 09:18:53.922980+0900 10.14.0 - [FirebaseCore][I-COR000003] The default Firebase app has not yet been configured. Add `FirebaseApp.configure()` to your application initialization. This can be done in in the App Delegate's application(_:didFinishLaunchingWithOptions:)` (or the `@main` struct's initializer in SwiftUI). Read more: https://goo.gl/ctyzm8.
FirebaseApp.configure()가 없다는 내용.
but
이미 configure에 대한 내용은 들어가있다.
다만 nil일 경우에만 실행되도록 해놨었다.
여기서 if문 제거하니 해결....
728x90
반응형
LIST
'개발' 카테고리의 다른 글
[Nexacro][Grid] cell edittype 변경 (0) | 2024.06.04 |
---|---|
[Nexacro][Grid] cell edit (0) | 2024.05.22 |
[ios] FirebaseAppDelegateProxyEnabled (0) | 2023.10.25 |
[react-native][ios] webview 디버깅 (1) | 2023.10.05 |
[react-native] No Template named 'unary_function' in namespace 'std'; did you mean '__unary_function? (0) | 2023.09.27 |