Firebase- Could not locate configuration file: 'GoogleService-Info.plist'

前端 未结 4 1074
天命终不由人
天命终不由人 2021-01-19 17:10

I have downloaded it already and added it to my Xcode Project I did copy items if needed as well .. I do not understand why I am still getting this error. I have FIRApp.conf

4条回答
  •  遥遥无期
    2021-01-19 17:35

    I was making FIRApp.configure() from two different file/places, due to which app was crashing.

    You need to call only one time.

提交回复
热议问题