-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_messaging] for iOS XCode Product/Archive failed with "Module 'firebase_messaging' not found" #2156
Comments
Hi @igorantolic |
Here are required details.
That is all what is required to reproduce the problem on my Mac pubspec
|
after connecting real iOS device with a cable BUT, again - after that in XCode Product / Archive again reports the same exception in line marked with <====HERE
|
Make sure you are opening |
The reason is that I opened XCode on wrong way. Although closed, I found this confusing as a beginner in XCode. |
I started with default Flutter app, and successfully published on AppStore
When trying to add messaging- following pub.dev/packages/firebase_messaging instructions for iOS,
flutter build ios --release
finished OK
====
But then in XCode Product/Archive failed with "Module 'firebase_messaging' not found"
I tried several times without success
Versions:
It might be a beginner's mistake, but I thought I just followed simple instructions ok.
Several tricks used without success (modifying Podfile, deleting this or that...)
The text was updated successfully, but these errors were encountered: