-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Windows Build Failure Since Version 0.0.2+1 #360
Comments
Thanks for the super detailed bug report. No clue what changed between v0.0.2 and v0.0.2+1 to cause this, which makes me think that it's probably just the windows binaries not building correctly. I'll see if I can take a look. I also don't have a windows VM set up right now, so this may take some time for me to get around to. |
Well, that was an easy one to diagnose. The windows binaries aren't being built by CI, apparently since v0.0.2. I'll look through some logs to see if I can figure it out |
Weird. Wonder what's going on there |
Likely rust-cross/cargo-xwin#126 |
@osamasydysf I verified that mimir v0.1.0 has the windows binary included. Hard coding that version should be a sufficient workaround, although just slightly out of date. # Won't work:
mimir: ^0.1.0
# Should work:
mimir: 0.1.0 Note the missing |
Manually released v0.1.2, which had the same issue, but I overwrote the binaries to include the windows binaries. |
Windows Build Failure Since Version 0.0.2+1
Current Behavior
Building flutter_mimir for Windows fails for all versions after v0.0.2. The issue appears to be related to Visual Studio 2022 integration.
Expected Behavior
The package should build and run on Windows platform as it did in v0.0.2.
Steps to Reproduce
Environment
Additional Information
Error Details
Additional Context
The text was updated successfully, but these errors were encountered: