gpt4 book ai didi

ios - 找不到有效的 GoogleService-info.plist

转载 作者:行者123 更新时间:2023-12-01 18:36:14 28 4
gpt4 key购买 nike

enter image description here

'`[FIRApp configure];` (`FirebaseApp.configure()` in Swift) could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.'

我已经尝试将新的 GoogleService-Info.plist 替换为我的项目,但它仍然有同样的问题。

最佳答案

enter image description here确保您的 plist 文件是:

  • 从您的 Firebase 项目下载
  • 已添加到复制捆绑资源(选择您的目标 -> 构建阶段 -> 复制捆绑资源)

或者尝试从菜单中添加该文件,如下所示 enter image description here

我看到日志指出尚未配置任何应用。 enter image description here

让我们尝试在 AppDelegate

的开头添加这些代码行
if FirebaseApp.app() == nil {
let path = Bundle.main.path(forResource: "GoogleService-Info", ofType: "plist")
let firbaseOptions = FirebaseOptions(contentsOfFile: path!)
FirebaseApp.configure(options: firbaseOptions!)
}

关于ios - 找不到有效的 GoogleService-info.plist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58109102/

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