gpt4 book ai didi

swift - Firebase 与 SwiftUI 的集成

转载 作者:行者123 更新时间:2023-11-28 11:28:42 26 4
gpt4 key购买 nike

在 App delegate 中导入 Firebase 时,swiftui 出现 Firebase 错误。

它说

[NSException raise:kFirebaseCoreErrorDomain format:@"[FIRApp configure]; (FirebaseApp.configure() in Swift) could not find " @"a valid GoogleService-Info.plist in your project. Please download one " @"from %@.", kPlistURL];

删除pods文件并重新安装

[NSException raise:kFirebaseCoreErrorDomain format:@"[FIRApp configure]; (FirebaseApp.configure() in Swift) could not find " @"a valid GoogleService-Info.plist in your project. Please download one " @"from %@.", kPlistURL];

最佳答案

您需要转到 console.firebase.google.com 并使用您的 Google 帐户登录。

1.添加项目或打开您现有创建的项目

2.在仪表板上,您将看到平台点击 iOS 图标并填写详细信息。

enter image description here

3.会提示下载一个GoogleService-Info.plist下载吧

4.将下载的文件拖到项目主层次结构中的 iOS Xcode 项目中

enter image description here

5.在Appdelegate中添加这段代码

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
FirebaseApp.configure()
return true
}

关于swift - Firebase 与 SwiftUI 的集成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57394043/

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