You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running msix 3.14.0 on a cmd line I get this... ??
But I think this is because I have fvm folder present in the project, but the windows host isn't configured (yet) for fvm. I wasn't actually planning to use it that way as its the CI/CD machine that doesn't need to switch flutter versions all the time - so fvm isn't installed. If that's the reason for the below error, is it possible to add a --ignore_fvm switch to allow the library to run / build without following the .fvm folder configurations?
Building package executable... (3.5s)
Built msix:create.
Unhandled exception:
RangeError (end): Invalid value: Not in inclusive range 0..1: -3
#0 RangeError.checkValidRange (dart:core/errors.dart:365:9)
#1 List.sublist (dart:core-patch/growable_array.dart:84:38)
#2 WindowsBuild.build (package:msix/src/windows_build.dart:27:19)
#3 Msix._buildMsixFiles (package:msix/msix.dart:103:52)
#4 Msix._createMsix (package:msix/msix.dart:98:11)
#5 Msix.create (package:msix/msix.dart:57:11)
<asynchronous suspension>
#6 main (file:///C:/Users/gslen/AppData/Local/Pub/Cache/hosted/pub.dev/msix-3.14.0/bin/create.dart:4:3)
<asynchronous suspension>
The system cannot find the path specified.
The text was updated successfully, but these errors were encountered:
Running msix 3.14.0 on a cmd line I get this... ??
But I think this is because I have fvm folder present in the project, but the windows host isn't configured (yet) for fvm. I wasn't actually planning to use it that way as its the CI/CD machine that doesn't need to switch flutter versions all the time - so fvm isn't installed. If that's the reason for the below error, is it possible to add a --ignore_fvm switch to allow the library to run / build without following the .fvm folder configurations?
The text was updated successfully, but these errors were encountered: