ionic-cordova UWP app build fails in Windows platform

0

I am trying to build a uwp app in my windows machine and getting below error while building in VS.

Exception was thrown at line 39, column 9 in ms-appx-web://com.chevron.fwe.omw/www/plugins/cordova-plugin-device/src/windows/DeviceProxy.js 0x80070005 - JavaScript runtime error: Access is denied

Here is my plugin list, any help would be appreciated

<plugin name="cordova-plugin-whitelist" spec="^1.3.3" />
<plugin name="cordova-plugin-device" spec="^2.0.1" />
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^1.1.19" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-plugin-statusbar" spec="^2.4.1" />
<plugin name="cordova-sqlite-storage" spec="^2.3.0" />
<plugin name="cordova-plugin-inappbrowser" spec="^2.0.2" />
<plugin name="cordova-plugin-console" spec="^1.1.0" />
<plugin name="cordova-plugin-battery-status" spec="^2.0.1" />
<plugin name="cordova-plugin-camera" spec="^4.0.2" />
<plugin name="cordova-plugin-appcenter-analytics" spec="^0.1.4" />
<plugin name="cordova-plugin-secure-storage" spec="^2.6.8" />
<plugin name="cordova-plugin-network-information" spec="^2.0.1" />
<plugin name="cordova-plugin-app-version" spec="^0.1.9" />

enter image description here

windows
cordova
ionic-framework
uwp
cordova-plugins
asked on Stack Overflow Jul 31, 2018 by Jayesh • edited Aug 1, 2018 by Federico Navarrete

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0