Trying hard to work through exporting my first IOS app with Intel XDK.
I thought I have everything set up: App Dev account, provisioning file, etc. However, I'm still receiving a build error.
Any Thoughts?
** BUILD FAILED **
The following build commands failed:
CodeSign build/device/Staker.app
(1 failure)
Error code 65 for command: xcodebuild with args: -xcconfig,.../Staker/platforms/ios/cordova/build-release.xcconfig,-project,Staker.xcodeproj,ARCHS=armv7 armv7s arm64,-target,Staker,-configuration,Release,-sdk,iphoneos,build,VALID_ARCHS=armv7 armv7s arm64,CONFIGURATION_BUILD_DIR=.../Staker/platforms/ios/build/device,SHARED_PRECOMPS_DIR=.../Staker/platforms/ios/build/sharedpch
Command finished with error code 2: .../Staker/platforms/ios/cordova/build --release,--device
ERROR building one of the platforms: Error: .../Staker/platforms/ios/cordova/build: Command failed with exit code 2
You may not have the required environment or OS to build this project
Error: .../Staker/platforms/ios/cordova/build: Command failed with exit code 2
at ChildProcess.whenDone (/Developer/cordova/5.1.1/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:134:23)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:753:16)
at Process.ChildProcess._handle.onexit (child_process.js:820:5)