我正在尝试在我的应用中使用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