我正在iOS应用中实施Firebase。我通过cocoapods安装它。我还添加了.plist文件。一切都与项目有关。
当我使用FirebaseApp.configure()
在委托文件中配置应用时,它会崩溃。在调试菜单中,它显示ibc++abi.dylib: terminating with uncaught exception of type NSException
我尝试过的事情:
确保我在代理
中导入了Firebase确保.plist文件链接到目标
检查堆栈溢出
已检查Apple Dev论坛
重做新Xcode项目中的所有内容
答案 0 :(得分:0)
实施Firebase后......
在AppDelegate中,您需要添加didFinishLaunchingWithOptions函数:
FirebaseApp.configure()
Database.database().isPersistenceEnabled = true // If you use persistent data in your app.
首先是启动Firebase和secont到持久性数据。 注意:不要忘记在AppDelegate Controller中导入Firebase,并确保从google" GoobleService-Info.plist"安装Firebase密钥。