Solution can be found here for the Intel XDK Build error: https://software.intel.com/en-us/forums ... us&https=1
"We're still working out some kinks in the new Construct2 export. It looks like this line is missing from the <project-name>.xdk file in the iOS and Windows sections of that file. For example, you should find something like this in a properly formatted:
"iOS": {
"platform_": "ios",
"runtime_": "Cordova 3.x",
"name_": "iOS",
"preferences_": {
The problem is this line is missing (from the iOS and the Windows sections in that file):
"iOS": {
"platform_": "ios",
"name_": "iOS",
"preferences_": {
If you add that missing line into the <project-name>.xdk (when the XDK is closed) and then open the project it should fix the build problem.