Software Archive
Read-only legacy content
Ankündigungen
Important Update: Community Platform Migration​. Learn more​>
17060 Diskussionen

iOS build fails

Jochen_M_1
Einsteiger
2.209Aufrufe

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 Lösung
John_H_Intel2
Mitarbeiter
2.209Aufrufe

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.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
John_H_Intel2
Mitarbeiter
2.210Aufrufe

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.

John_H_Intel2
Mitarbeiter
2.209Aufrufe

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... 

Antworten