-
Notifications
You must be signed in to change notification settings - Fork 33
Build failed for windows (pgb), cli-6.1.0 #523
Comments
Have you tried building with all your plugins disabled? |
+1 review your plugins, maybe through process of elimination. You may need to change the ordering of your plugins as I believe all |
@kristiKeri I had the same issue, but by reading about Capabilities & DeviceCapability I understood that DeviceCapability is a 'child' of Capabilities. Then I found that geolocation is a DeviceCapabiliy (as mentioned in the table here), and it was at the top of my plugins list in my I had other plugins that were more of Capabilities function e.g. camera, contacts e.t.c. You can see more here. |
grrr. this is an issue with windows as their xml capabilities element must have correctly ordered children. we are now doing this manually on phonegap build and a fix has been pushed to production. a cordova fix is also being worked on as this is also an issue with cordova. |
I have no idea how to read this... is it saying that ADOBE fetched the wrong plugin from NPM, or constructed an xml file incorrectly ????? Build Date: 2017-06-24 01:25:24 +0000PLUGIN OUTPUTFetching plugin "cordova-plugin-whitelist" via npm
|
Error Log:
Building project: C:\cygwin\tmp\gimlet\1259735\project\CordovaApp.Windows10.jsproj
Configuration : release
Platform : x86
C:\cygwin\tmp\gimlet\1259735\project\build\windows\release\x86\win10\AppxManifest.xml : error APPX0501: Validation error. error C00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 34, Column 6, Reason: Element '{http://schemas.microsoft.com/appx/manifest/uap/windows10}Capability' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Capabilities'. Expecting: {http://schemas.microsoft.com/appx/manifest/foundation/windows10}DeviceCapability. [C:\cygwin\tmp\gimlet\1259735\project\CordovaApp.Windows10.jsproj]
The text was updated successfully, but these errors were encountered: