gpt4 book ai didi

ios - 找到 `Firebase/Auth` 依赖项,但它们需要更高的最低部署目标

转载 作者:搜寻专家 更新时间:2023-10-31 21:47:45 24 4
gpt4 key购买 nike

Google 刚刚更新了他们的 Firebase 核心产品,并弃用了几种旧方法。我打算集成的一个是:Firebase/Auth,但是,导入 podfile 并运行:pod install,会产生错误:

[!] Unable to satisfy the following requirements:

- `Firebase/Auth` required by `Podfile`

Specs satisfying the `Firebase/Auth` dependency were found, but they required a higher minimum deployment target.

但是,在查看构建目标时,我将其设置为最新版本:

enter image description here

我怎样才能减少这个错误?

最佳答案

我有同样的问题,我解决了更新我的 pod 文件。

platform :ios, '9.0'

pod 'Firebase/Core'

target 'Unity-iPhone' do

target 'Unity-iPhone Tests' do
inherit! :search_paths
# Pods for testing
end
end

关于ios - 找到 `Firebase/Auth` 依赖项,但它们需要更高的最低部署目标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37335196/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com