Hello Experts,
I have developed 1 application on SAP HYBRID,deployed it on SMP server & done packaging for Android platform i.e. created apk,
Now i want to develop packaging for windows and ios platform but i am facing issues in packaging,
For WINDOWS : i am using Visual Studio 2015 with cordova plaugin added,
Followed below commands
C:\Users\-----\SAPHybrid\DemoIOS\hybrid\platforms>cordova platform add windows
this created windows folder but when i used
C:\Users\-----\SAPHybrid\DemoIOS\hybrid\platforms\cordova>cordova build winows
it shows error that "
ERROR building one of the platforms: Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1
You may not have the required environment or OS to build this project
Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1"
For IOS : i am using OSx version 10.9.5 ( Maverics) and Xcode version 6.1.1, Node js
U-Mac-mini:platforms user$ sudo cordova platform add ios
this command created ios folder with relevant files
but when i want to build this by using , cordova build ios,then it showing error