I followed all instructions for integrating the new firebase
release on ios
:
I downloaded the file GoogleService-Info.plist
I had similar issue stating that FirebaseMessaging module not found in header even though I had correct Podfile configuration.
Solution is to remove Cocoapods from project and add it again.
You can remove CocoaPods from project using this link.
Thereafter, you can add CocoaPods again using this link.
Below is snapshot for Podfile that I have used.
Below snapshot shows log on dependencies that are installed using Pods.