Skip to content
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

Closed
chrisDK1977 opened this issue May 25, 2022 · 5 comments

Comments

@chrisDK1977
Copy link

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".

@khanliKU
Copy link

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:
The device must be enabled for Developer Mode or Sideloading apps. See Enable your device for development to learn more."

Developer Mode was already enabled for me.
image

However I was able install my app using the msix I created by running "flutter pub run msix:create"

FYI

@carminechoi
Copy link

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

@jhiggs15
Copy link

jhiggs15 commented Aug 9, 2022

Anyone know if there is a way to set xmlns from msix_config?

@YehudaKremer
Copy link
Owner

Hello

I publish a new version (3.6.3) with @carminechoi suggestion, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants