-
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] MissingPluginException when building for macOS #1608
Comments
@iapicca Here it is. I don't believe that it is a duplicate of 1606 because I downgraded the version to 6.0.3 and this still occurred. The verbose was too long to put in the comments, what part of it do you want? Here is the standard run:
|
@NickM-27 which version did you use? Maybe upgrade you firebase_messaging version, because I had that with another firebase feature package and after the update it was solved. |
@Ahmadre Definitely not, I have tried 6.0.3, 6.0.7, and the new 6.0.8. I have seen similar components with changelogs that include "support for macos" and I am guessing that this one just does not have it yet. |
@NickM-27 Hey, please edit your comment with debug log because it's linking a lot of issues. |
Closing this issue as we're tracking macOS support on #1653 instead. |
Describe the bug
When building for macOS and using the firebase messaging plugin the app gives a MissingPluginException error
To Reproduce
Expected behavior
No crash
Additional context
Flutter Doctor:
[✓] Flutter (Channel dev, v1.13.0, on Mac OS X 10.15.1 19B88, locale en-US)
• Flutter version 1.13.0 at /Users/nickmowen/Library/Android/flutter
• Framework revision 09126abb22 (8 days ago), 2019-12-03 17:43:00 -0800
• Engine revision 6179380243
• Dart version 2.7.0 (build 2.7.0-dev.2.1 a4d799c402)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at /Users/nickmowen/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.2
• Java binary at: /Applications/Android Studio 3.6 Preview.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.2.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.2.1, Build version 11B500
• CocoaPods version 1.8.4
[✓] Android Studio
• Android Studio at /Applications/Android Studio 3.6 Preview.app/Contents
• Flutter plugin version 42.0.2
• Dart plugin version 192.7761
• Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
[✓] Connected device (1 available)
• macOS • macOS • darwin-x64 • Mac OS X 10.15.1 19B88
The text was updated successfully, but these errors were encountered: