I am totally new to Firebase and building iOS apps. In Xcode 7, I am trying to import Firebase into my Swift class. In a swift file, I have typed \"import Firebase\".
For me, I had to make sure that cocoapods was updated to version 1.0.0.
Just run sudo gem install cocoapods, then clean project and pod install. Compiler should not complain anymore.
sudo gem install cocoapods
pod install