【发布时间】:2018-05-06 01:55:44
【问题描述】:
我正在尝试安装 Firebase 文档 https://firebase.google.com/docs/ios/setup#available_pods 中提到的 pod Firebase/Performance,但是当我尝试时遇到了问题。
[!] Unable to satisfy the following requirements:
- `Firebase/Performance` required by `Podfile`
Specs satisfying the `Firebase/Performance` dependency were found, but they required a higher minimum deployment target.
【问题讨论】:
-
甚至我的最低 iOS 部署目标是 8.0
-
您的 podfile 顶部有哪一行?像 platform :ios, '9.0' 之类的东西,发布你的完整 podfile
-
@RyanHeitner 平台:ios,'8.0'
-
您是否包含了 Firebase/Core ?
-
@RyanHeitner 是的
标签: ios objective-c iphone cocoapods firebase-performance