我正在使用 Firebase 和 GeoFirestore。我想更新我的 Firebase pod,所以我将 GeoFirestore podspec 依赖项更新为“Firebase”,“~> 6.1.0”。但是,Geofirestore 具有 Geofire 依赖项,该依赖项具有 Firebase/Database (~>5.0) 依赖项。如何获得具有 5.0 Geofire 依赖项的最新 Firebase?
[!] CocoaPods could not find compatible versions for pod "Firebase/Database":
In Podfile:
Geofirestore (from `https://collinesmon@github.com/CollinEsmon/GeoFirestore-iOS.git`) was resolved to 1.0.0, which depends on
GeoFire (~> 3.0) was resolved to 3.0.0, which depends on
Firebase/Database (~> 5.0)
Specs satisfying the `Firebase/Database (~> 5.0)` dependency were found, but they required a higher minimum deployment target.