iOS - Firebase error: Use of unresolved identifier FIRApp running supplied code

前端 未结 15 2064
旧时难觅i
旧时难觅i 2021-02-02 08:08

When trying to configure XCode to work with Firebase 3, using the code in the setup docs gives me an error:

https://firebase.google.com/docs/ios/setup#add_the_sdk

<
15条回答
  •  滥情空心
    2021-02-02 08:45

    I had the same problem and I resolved it like this.

    pod update ...

    (using only Firebase/Core and Analytics)

    I am using xCode version 8.2.1 Hope thats will help to someone.

    If the project is older and there is problem with the other pods, you can update only the pod you want: How to update a single pod without touching other dependencies

提交回复
热议问题