模块' Firebase'没有名为' defaultConfig'

时间:2016-06-11 16:49:32

标签: swift2 xcode7 firebase-realtime-database

我正在使用教程Firebase Tutorial: Real-time Chat,当我保存podfile并尝试构建和运行时,我有这个错误

  

模块' Firebase'没有名为' defaultConfig' "

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

我认为原因是Firebase的版本(当前:3.2.1)。聊天教程使用了firebase 2.5.1。

解决问题:

  • 删除AppDelegate.swift
  • 中的override init()方法
  • FIRApp.configure()
  • 中添加此行代码func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool

这是我的代码: Here

你应该参考这篇文章:https://firebase.google.com/support/guides/firebase-ios