-
-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
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'
triniwiz