Xcode에서 Firebase 설정 후 GoogleService-Info.plist를 찾지 못하는 문제 해결하기
·
Flutter
문제 발생 상황Flutter 프로젝트에서 Firebase를 설정한 후, iOS 빌드를 실행할 때 다음과 같은 오류가 발생:*** Terminating app due to uncaught exception 'cohttp://m.firebase.core', reason: '`FirebaseApp.configure()` could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.' 또는 실행 중 Xcode에서 Firebase 초기화 시 크래시 발생(앱이 실행되지 않고 종료됨) 에러 원인 분석위 오류는 GoogleService-Info.plist..