-
Notifications
You must be signed in to change notification settings - Fork 73
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
Cannot install App Package - This .appinstaller file is using a new schema ... #134
Comments
I got the same error when I ran "flutter pub run msix:publish" My OS build is 19042.1586. The page says: "Windows 10 1909 and earlier: Developer Mode was already enabled for me. However I was able install my app using the msix I created by running "flutter pub run msix:create" FYI |
Changing the xmlns in the appinstaller from "http://schemas.microsoft.com/appx/appinstaller/2021" to "http://schemas.microsoft.com/appx/appinstaller/2018" fixed it for me |
Anyone know if there is a way to set xmlns from msix_config? |
Hello I publish a new version (3.6.3) with @carminechoi suggestion, thank you. |
I get the error:
This .appinstaller file is using a new schema which is not valid on this OS version. Please update to the latest version of Windows 10.
but Windows update does show me that my system is "Up to date".
The text was updated successfully, but these errors were encountered: