반응형
react-native에서는 빌드가 성공이라고 뜨는데 앱자체는 떴다 바로 종료 되서
xcode로 빌드를 실행해보니
Exception NSException * "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/." 0x00000002826939f0
라는 에러가 발생했다.
원인 : 파이어베이스에서 알려준대로 GoogleService-Info.plist 파일을
그냥 넣었으나
AppDelegate.m 에서 정의한 GoogleService-Info.plist 파일을 찾을 수
없다고 난리치는 거다.
해결방법 :
xcode에서 위의 그림과 같이 직접 해당 파일을 지정해서 추가 해줘야 한다.
728x90
'모바일 APP > React-Native' 카테고리의 다른 글
자식 컴포넌트 -> 부모 컴포넌트 상태 변경하기 (0) | 2021.07.16 |
---|---|
에러: TextInput placeholder 안될때 (2) | 2021.07.07 |
[ 패키지명 ] : mergeReleaseResources FAILED (0) | 2021.06.24 |
파일 시스템 사용 react-native-fs (0) | 2021.06.22 |
에러 : Invariant Violation: View config getter callback for component must be a function (received `undefined`). Make sure to start component names with a capital letter. (0) | 2021.06.08 |