Search code examples
iosiphoneswift3xcode8firebaseui

FirebaseDatabaseUI has swift compiler error Xcode 8 Swift 3


I got latest FirebaseDatabaseUI by cocoapods, but the problem is whenever I import it the following error appears.Screenshot of error


Solution

  • Write this at the top of your podfile:

    use_frameworks!

    and reinstall pods.