Reputation: 38
I am trying to add the GeoFire library to my Xcode project so I can use the geo hash query with firebase. When I copy the GitHub url of the GeoFire library and add it to the Xcode package manager to add I get the error below. I already have Firebase added to my project and it is version 10.16. Do I have to remove firebase and add a previous version such as 8.0 since that's what GeoFire depends on. I simply need to create geo hashes and use them as a query for document search. What's the best way I can achieve this?
"Failed to resolve dependencies Dependencies could not be resolved because 'geofire-objc' depends on 'firebase-ios-sdk' 7.0.0..<9.0.0 and root depends on 'firebase-ios-sdk' 10.16.0..<11.0.0. "
Upvotes: 1
Views: 209