Cocoapods konnten kompatible Versionen für POD "Firebase/Messaging" nicht finden:
I had the same problem, but I solved it like this
rm Podfile.lock
pod install --repo-update
vettiyankan