모바일 APP/React-Native
에러: Exception NSException * "`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project.
살길바라냐
2021. 6. 28. 17:56
반응형
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