I am using Firebase for my swift 3 project. I am using pod to install it. This is my pod file:
use_frameworks! target 'Firebasetest' do pod 'Firebase' pod 'Firebase/Messaging' end When i run pod install, I get this error message:
[!] The
Aksjeblikk [Release]target overrides theHEADER_SEARCH_PATHSbuild setting defined in `Pods/Target Support Files/Pods-Aksjeblikk/Pods-Aksjeblikk.release.xcconfig'. This can lead to problems with the CocoaPods installationUse the
$(inherited)flag, or
Remove the build settings from the target.
In Xcode-beta, i can't find the import Firebase option, only import FirebaseMessaging, and some other, see image:
When i write the import Firebase, i get this error message:
The question is: How can i import Firebase?