firebase / geofire-objc

GeoFire for Objective-C - Realtime location queries with Firebase
MIT License
436 stars 179 forks source link

Installing GeoFire with Firebase Database 6.3 #124

Closed SchnMar closed 5 years ago

SchnMar commented 5 years ago

[!] CocoaPods could not find compatible versions for pod "Firebase/Database": In snapshot (Podfile.lock): Firebase/Database (= 6.3.0)

In Podfile: Firebase/Database

GeoFire (~> 3.0) was resolved to 3.0.0, which depends on
  Firebase/Database (~> 5.0)

Specs satisfying the Firebase/Database, Firebase/Database (= 6.3.0), Firebase/Database (~> 5.0) dependency were found, but they required a higher minimum deployment target.

Can someone help me with this? I'm rookie in regard to Swift programming!

morganchen12 commented 5 years ago

You need to increase the version of your minimum deployment target (the oldest version of iOS supported by your app) to at least iOS 8.0.

samgermaindeveloper commented 4 years ago

@morganchen12 Can you give an example of how to do this?