-
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_auth] Cannot run version 4.7.0 on iOS #11285
Comments
I tried regenerating with pigeon and that file doesn't show up. So either it's an issue with pigeon or an issue with your pigeon config. |
Also can you guys like actually use semantic versioning please? I haven't updated the firebase dependencies in this project in a long time and it's pretty much impossible to go back to the last version of the auth plugin because it's incompatible with other firebase plugins, but the versions don't describe that behavior properly. |
Although maybe that's hard to do with so many cyclical dependencies. Idk there has to be a better way. |
I made https://pub.dev/packages/flutterfire_version_manager to deal with the versioning issues |
Began seeing this issue today after recently upgrading [firebase_auth] to 4.7.0 and adding the [file_selector] package. Seems to be related to this previous issue: For my case I can confirm that removing the [file_selector] package clears the issue. |
@mikenigels same for me i had to remove Note : it builds correctly on MacOS, but not on iOS |
Thanks for the reports. I do see the same error as reported using latest version of the plugin. /cc @Lyokone |
Hello thanks for the report, I'm looking into this |
The fix has been merged and will be out in the next release. |
Bug report
Describe the bug
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
That file isn't missing
The text was updated successfully, but these errors were encountered: