-
Notifications
You must be signed in to change notification settings - Fork 74
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
[BUG] msix:create error: MakeAppx : error: 0x80080204 - The specified package format is not valid: The package manifest is not valid. #25
Comments
hey change: to: in Pubspec.yaml, line with |
I did what you suggest but nothing changed. I received the same error. And as far as I know, the config is optional, right? |
yes is optional i will fix this |
I see! Well, I tried using the config but I'm still getting errors. Details: 📜 Pubspec.yaml
💬 Output
|
Hey again, i fixed it |
Thanks a lot for the fast fix!!! the 0.1.15 version worked just fine!
|
well, good bug report |
Hi today with freshly installed MakeAppx I got the following error: MakeAppx : error: Error info: /[local-name()="Package" and namespace-uri()="http://schemas.microsoft.com/appx/manifest/foundation/windows10"]/[local-name()="Identity" and namespace-uri()="http://schemas.microsoft.com/appx/manifest/foundation/windows10"][1]/@Version in English: the regex check failed for the version number of '1.1.220412.0'. AppxManifest.xml: So for me it seems, that the version number is to high. Any idea how to solve that? |
Hello Add to your pubspec.yaml: msix_config:
msix_version: 1.0.0.0 |
Thanks very much. It fixed the problem. |
ℹ️ Info
💬 Description
Commands used:
flutter clean && flutter pub get
flutter build windows
flutter pub run msix:create
Full Output:
📜 Pubspec.yaml
The text was updated successfully, but these errors were encountered: