It seems like GoogleUtilities it's only included inside firebase-messaging-core so when we use firebase-messaging and firebase-dynamic-links we get error: no such module 'GoogleUtilities' because dynamic links is using this module.
For those who had this issue, the workaround is easy, just add it to your Podfile
pod 'GoogleUtilities', '~> 7.5'
It seems like
GoogleUtilitiesit's only included insidefirebase-messaging-coreso when we usefirebase-messagingandfirebase-dynamic-linkswe geterror: no such module 'GoogleUtilities'because dynamic links is using this module.For those who had this issue, the workaround is easy, just add it to your Podfile