【发布时间】:2018-03-17 12:01:51
【问题描述】:
尝试使用 Cloud FireStore 启用应用时出现以下错误:
[!] Unable to satisfy the following requirements:
- `Firebase/Firestore` required by `Podfile`
Specs satisfying the `Firebase/Firestore` dependency were found, but they required a higher minimum deployment target.
我将 podfile 要求更改为 10.2,并将我的 xcode 部署更改为 10.2,但我仍然收到此错误。有什么建议吗?
编辑:
我的解决方案:我做了
pod repo update
pod install
pod update
按照这个顺序,它工作了。
【问题讨论】:
-
你在更改 Podfile 后运行
pod update了吗? -
差不多了。我正在添加一个现有项目,所以我执行了 pod repo update pod、pod install 然后 pod update 它的顺序并且它起作用了。
标签: firebase google-cloud-firestore