Software Archive
Read-only legacy content
17060 Discussions

iOS build fails

Jochen_M_1
Beginner
698 Views

Good morning,

I wrote an app. Building it for Android works fine, but when I want it to build for iOS, I always geht the following error message:

** BUILD FAILED **


The following build commands failed:
	Check dependencies
(1 failure)
Command finished with error code 65: .../Online_Marketing_Pauker/platforms/ios/cordova/build --release,--device
Error: .../Online_Marketing_Pauker/platforms/ios/cordova/build: Command failed with exit code 65
    at ChildProcess.whenDone (/Developer/cordova/4.1.2/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)

 

I also reinstalled Windows 8.1 and I also tried it on two other machines. The error always occurs there, too. Do you have an idea?

Best Regards,
Jochen M

0 Kudos
1 Solution
John_H_Intel2
Employee
698 Views

Make sure your bundleID you specified in the XDK (under the build settings) match what you specified when you created your appID on Apples Developer portal, and that it is the same as your provisioning profile.

View solution in original post

0 Kudos
2 Replies
John_H_Intel2
Employee
699 Views

Make sure your bundleID you specified in the XDK (under the build settings) match what you specified when you created your appID on Apples Developer portal, and that it is the same as your provisioning profile.

0 Kudos
John_H_Intel2
Employee
698 Views

Yeah! Glad you got it working. iOS builds can be difficult if you have never done them before, but once you figure them out, its a piece of cake, until your certificate expires ( 1 year) and you have to figure out why your builds are all failing... 

0 Kudos
Reply