
[!] 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.
但是,在查看构建目标时,我将其设置为最新版本:
我怎样才能缓解这个错误?
解决方法 我有同样的问题,我解决了更新我的pod文件,并将所有需求pod放在最后一个文件中,如下所示:target 'UITests' do inherit! :search_pathsendpod 'Firebase'pod 'Firebase/Core'pod 'Firebase/Auth'pod 'Firebase/Messaging'end#End of file
并在终端中运行:
pod update总结
以上是内存溢出为你收集整理的ios – 发现了“Firebase / Auth”依赖关系,但它们需要更高的最低部署目标全部内容,希望文章能够帮你解决ios – 发现了“Firebase / Auth”依赖关系,但它们需要更高的最低部署目标所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)