gpt4 book ai didi

ios - Firebase 导致 iOS 应用程序崩溃

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

我正在我的 iOS 应用中实现 Firebase。我是通过cocoapods安装的。我还添加了 .plist 文件。一切都与项目相关。

当我使用 FirebaseApp.configure() 在委托(delegate)文件中配置应用程序时它崩溃了。在调试菜单中显示 ibc++abi.dylib: terminating with uncaught exception of type NSException

我尝试过的事情:

确保我在委托(delegate)中导入了 Firebase

确保 .plist 文件链接到目标

检查堆栈溢出

查看Apple开发论坛

重做新 Xcode 项目中的所有内容

最佳答案

实现 Firebase 后...

在 AppDelegate 中,您需要添加 didFinishLaunchingWithOptions 函数:

FirebaseApp.configure()
Database.database().isPersistenceEnabled = true // If you use persistent data in your app.

第一个是启动 Firebase,第二个是持久化数据。注意:不要忘记在 AppDelegate Controller 中导入 Firebase,并确保从 google“GoobleService-Info.plist”安装 Firebase key 。

关于ios - Firebase 导致 iOS 应用程序崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49712942/

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