Skip to content

error: no such module 'GoogleUtilities' #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
henrychavez opened this issue Jul 25, 2022 · 3 comments
Closed

error: no such module 'GoogleUtilities' #104

henrychavez opened this issue Jul 25, 2022 · 3 comments
Labels
bug Something isn't working ios

Comments

@henrychavez
Copy link

henrychavez commented Jul 25, 2022

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 triniwiz added bug Something isn't working ios labels Jul 25, 2022
@henrychavez
Copy link
Author

@triniwiz it seems that this workaround only works locally but on CI environments I'm still getting error: no such module 'GoogleUtilities' I guess we need to include this dependency inside the Podfile for Dynamic links

@triniwiz
Copy link
Member

I'll add it to core

@henrychavez
Copy link
Author

@triniwiz I modified the dynamic link plugin to include the dependency and didn't work, and now that I upgrade my nativescript version to 8.3.0 I'm getting the error locally too when building. did you where able to replicate the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios
Projects
None yet
Development

No branches or pull requests

2 participants