MakeAppx.exe error with unrecognized schema

Copper Contributor

Error:

--------------------------------

MakeAppx : error: Failure at appxFactory->CreateManifestReader(manifestStream, &manifestReader) - 0x80080204 - The specified package format is not valid: The package manifest is not valid.
MakeAppx : error: Error info: error C00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 1, Column 840, Note: The schema for MaxVersionTested specified does not recognize XML fields with namespace "http://schemas.microsoft.com/appx/manifest/uap/windows10/10". Please ensure that you have the correct MaxVersionTested specified. Reason: Element '{http://schemas.microsoft.com/appx/manifest/uap/windows10/10}PackageIntegrity' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Properties'.

--------------------------------------

 

 

<Dependencies>
<TargetDeviceFamily MaxVersionTested="12.0.0.0" MinVersion="10.0.17754.0" Name="Windows.Desktop"/>
</Dependencies>

0 Replies