Firebase pod install - pod 'Firebase/Database' - Required a higher minimum deployment target

后端 未结 8 1369
一整个雨季
一整个雨季 2020-12-06 09:47

I am trying to install Firebase/Database like Firebase doc https://firebase.google.com/docs/ios/setup#available_pods but when I tried I got issue.

[!] Unable         


        
8条回答
  •  无人及你
    2020-12-06 10:02

    In your Podfile, change the line pod 'Firebase' to pod Firebase/Core and run pod update in the project folder.

    With the new Firebase, there is no need for the first line.

    From the migration guide:

    Reference: Firebase.google migration guide

提交回复
热议问题