Sau*_*ron 6 google-api ios firebase swift
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.
但是,在查看构建目标时,我将其设置为最新版本:
我怎样才能减轻这个错误?
小智 0
我有同样的问题,我解决了更新我的 pod 文件,并将所有要求的 pod 放在文件的最后,如下所示:
target 'UITests' do
  inherit! :search_paths
end
pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Messaging'
end
#End of file
并在终端中运行:
pod update
| 归档时间: | 
 | 
| 查看次数: | 4066 次 | 
| 最近记录: |