我想使用Geofirestore库来执行一些基于位置的查询。如果我使用CocoaPods安装它,它会将大多数firebase库降级到兼容版本。我希望保持Firebase的最新状态,但仍然可以运行Geofirestore/Geofire
这就是我得到的错误
[!] CocoaPods could not find compatible versions for pod "FirebaseCore":
In Podfile:
GeoFire (from `https://github.com/firebase/geofire-objc.git`) was resolved to 3.0.0, which depends on
Firebase/Database (~> 6.0) was resolved to 6.5.0, which depends on
Firebase/CoreOnly (= 6.5.0) was resolved to 6.5.0, which depends on
FirebaseCore (= 6.1.0)
GeoFire (from `https://github.com/firebase/geofire-objc.git`) was resolved to 3.0.0, which depends on
Firebase/Database (~> 6.0) was resolved to 6.5.0, which depends on
FirebaseDatabase (~> 6.0.0) was resolved to 6.0.0, which depends on
FirebaseCore (~> 6.0)
Geofirestore (from `https://github.com/imperiumlabs/GeoFirestore-iOS.git`) was resolved to 1.0.0, which depends on
FirebaseCore (~> 5.0)有人能帮我解决这个问题吗?我读到有人一直在安装manually..but,我不知道该怎么做。任何帮助都是非常感谢的。
Arvid
发布于 2019-07-22 22:27:42
需要更新GeoFirestore CocoaPod。请参阅https://github.com/imperiumlabs/GeoFirestore-iOS/issues/19
https://stackoverflow.com/questions/57138911
复制相似问题