everything works except one error at the end.
can someone translate this to English please?
(1 failure)
Command finished with error code 65: .../appNameiOS/platforms/ios/cordova/build --release,--device
Error: .../appNameiOS/platforms/ios/cordova/build: Command failed with exit code 65
at ChildProcess.whenDone (/Developer/cordova/3.5.0-0.2.7/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:135: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)
Edit: ok so the problem is that I had both the ad hoc and the release mobileprovions in the file when I should have used one at a time. Just thought I would write this down for people who might face the same problem