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

前端 未结 15 2055
旧时难觅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:43

    All the other answers are spot on, but it sounds like you've got that stuff covered. Make sure you're using CocoaPods 1.0 (or above) and have specified use_frameworks! in your Podfile.

    If you are upgrading, its worth clearing our your Pods/ directory first and possibly running pod deintegrate to get back to a zero state.

提交回复
热议问题