본문 바로가기
#오류 [Error]

[iOS - Error] Google App ID from GoogleService-Info.plist is empt (How to add .plist file to all targets in Xcode?)

by cy_mos 2019. 11. 3.
반응형

🔧 Error Message

How to add .plist file to all targets in Xcode?

 

  1. Download GoogleService-Info.plist(GoogleService-Info.plist 다운로드)를 클릭하여 Firebase iOS 구성 파일(GoogleService-Info.plist)을 가져옵니다.

  2. 구성 파일을 Xcode 프로젝트의 루트로 이동합니다. 메시지가 표시되면 모든 대상에 구성 파일을 추가하도록 선택합니다.

+ 프로젝트에 번들 ID가 여러 개 있으면 각각 자체 GoogleService-Info.plist 파일이 포함되도록 각 번들 ID를 Firebase Console의 등록된 앱에 연결해야 합니다.

🚀 REFERENCE

 

iOS 프로젝트에 Firebase 추가  |  Firebase

기본 요건 Xcode 10.1 이상을 설치합니다. CocoaPods 1.4.0 이상을 설치합니다. Xcode에서 프로젝트를 엽니다. 프로젝트에서 iOS 8 이상을 타겟팅해야 합니다. Swift 프로젝트에서 Swift 3.0 이상을 사용해야 합니다. 앱을 실행할 실제 iOS 기기 또는 iOS 시뮬레이터를 설정합니다. 클라우드 메시징에는 다음이 필요합니다. 실제 iOS 기기 Apple 개발자 계정의 Apple 푸시 알림 인증 키 Xcode의 App(앱) >

firebase.google.com

 

How to add .plist file to all targets in Xcode?

Totally new to iOS but I'm currently trying to setup Google Analytics. I have followed the SDK documentation and everything went great until this step: Add the configuration file to your project...

stackoverflow.com

 

반응형

댓글