FireBase错误信号SIGABRT

时间:2017-10-05 06:49:54

标签: ios firebase

我正在尝试在我的应用中使用firebase。我通过一个新项目在线跟踪这些步骤。

当我尝试写作时 我的appdelegate中FirebaseApp.configure()给了我一个 Thread 1: signal SIGABRT 如果我删除它,应用程序将运行。

我的项目目录中有我的GoogleService-info.plist。

我的podfile像这样:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'FireBaseTest' do
# Comment the next line if you're not using Swift and don't want to 
use dynamic frameworks
use_frameworks!

 # Pods for FireBaseTest
 pod 'Firebase/Core'
end

2 个答案:

答案 0 :(得分:3)

确保设置文件的目标成员资格。

  1. 在Xcode项目导航器中选择GoogleService-Info.plist
  2. enter image description here

    1. 在右侧实用程序窗格中启用目标。
    2. enter image description here

答案 1 :(得分:1)

我在下载firebase时陷入同一问题4天,问题是我将Google播放列表命名为 * GoogleService-Info-22.plist * 。只要记住不要用破折号将其重命名为 GoogleService-Info.plist