"Build files not found" on Flutter for Windows build #2207
Replies: 2 comments 1 reply
-
Hi @marcoancona, to configure the misx, please add msix_config to your pubspec.yaml |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @marcoancona, I'm tentatively closing the discussion since we haven't heard back from you. You can open the discussion again by replying to this message. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
I am running a build for Windows of my Flutter app. The build step seems to work correctly by the subsequent step of MSIX bundling fails.
The error is
Build files not found at C:\Users\builder\clone/build/windows/runner/Release, first run "flutter build windows" then try again
. This seems suspicious because the build has indeed worked according to previous logs and because the path combines slashes and backslashes.Expected results
The build of MSIX succeeds.
Actual results
Build id (optional)
655926937712e13575d41fd6
Beta Was this translation helpful? Give feedback.
All reactions