Conflicts with FlutterFire and native GeoFire plugin on iOS

前端 未结 2 1792
野性不改
野性不改 2021-01-21 03:13

I\'m getting an error when I\'m trying to add GeoFire to my iOS Flutter project which has the FlutterFire Database plugin included. This is what the error looks like:

         


        
2条回答
  •  伪装坚强ぢ
    2021-01-21 03:43

    I faced the same kind of issue few days ago.

    I think I fixed it by doing the following steps:

    1. Run the command 'pod repo update' (it will update your repo information)
    2. Then run the command 'pod update' (it will update your pods using the latest repo information)

    Let me know if this is solving your issue :)

提交回复
热议问题