首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为Firebase 6.5.0安装Geofirestore

为Firebase 6.5.0安装Geofirestore
EN

Stack Overflow用户
提问于 2019-07-22 11:39:03
回答 1查看 493关注 0票数 1

我想使用Geofirestore库来执行一些基于位置的查询。如果我使用CocoaPods安装它,它会将大多数firebase库降级到兼容版本。我希望保持Firebase的最新状态,但仍然可以运行Geofirestore/Geofire

这就是我得到的错误

代码语言:javascript
复制
[!] 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

EN

回答 1

Stack Overflow用户

发布于 2019-07-22 22:27:42

需要更新GeoFirestore CocoaPod。请参阅https://github.com/imperiumlabs/GeoFirestore-iOS/issues/19

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/57138911

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档