gpt4 book ai didi

swift - FIRApp.Configure 崩溃的应用程序

转载 作者:搜寻专家 更新时间:2023-10-31 08:22:38 27 4
gpt4 key购买 nike

我正在使用 Xcode 和 Swift。我的应用程序不断崩溃并显示“默认应用程序尚未配置”。但我确实在我的 appDelegate 中配置了它。有没有人遇到过这个问题? screenshot

最佳答案

我在 AppDelegate 中使用 override init() 方法来配置 Firebase。 Firebase 文档显示了 didFinishLaunchingWithOptions 方法中的配置,但我还没有在我的应用程序中使用该方法。

import UIKit
import Firebase

@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {

var window: UIWindow?

override init() {
FIRApp.configure()
}

func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
return true
}
}

关于swift - FIRApp.Configure 崩溃的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39058470/

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