谷歌刚刚更新了他们的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.
但是,在查看构建目标时,我将其设置为最新版本:
我怎样才能缓解这个错误?