如何在iOS中使用Firebase修复此Signal SIGABRT?

时间:2017-09-28 10:38:50

标签: ios swift firebase

我正在使用Xcode 9,一旦我的应用程序构建并在模拟器上运行,信号SIGABRT就会被AppDelegate捕获并且应用程序崩溃。

libc ++ abi.dylib:以NSException类型的未捕获异常终止

主题1:信号SIGABRT

我的ViewController现在没有任何东西,我的AppDelegate有

FirebaseApp.configure() 

import Firebase

我的Podfile已经安装在我项目的主目录中。请注意,我使用的是Firebase / Core和Firebase /数据库窗格。我还在Info.plist文件下有 GoogleService-Info.plist 。提前谢谢。

1 个答案:

答案 0 :(得分:0)

我在下载firebase的同一天中停留了4天,问题是我将Google播放列表命名为* GoogleService-Info-22.plist *。只要记住不要用破折号将其重命名为GoogleService-Info.plist 祝你好运!