Does codemagic support cordova for building Ipa files? #2931
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Ionic/Cordova Steps to reproduce
Expected resultsI just simply want to build signed ipa file for my cordova project ( most of the tutorials online are only for flutter but I'm using Cordova) Please help me I'm a newbie here. Actual results
Build id (optional)678bed6745cb7dac168b286a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @ArtsyCraftsyGirl,
Have you selected a team in your xcode project? Also kindly follow the steps as in this section of the docs - https://docs.codemagic.io/yaml-quick-start/building-a-cordova-app/ |
Beta Was this translation helpful? Give feedback.
Hello @ArtsyCraftsyGirl,
Yes, Codemagic does support building ipa with Cordova. In your build logs, the error message you are encountering is:
Have you selected a team in your xcode project?
If you don't have a mac machine, you can open your
project.pbxproj file
, and in there should be a variable namedDEVELOPMENT_TEAM = X6******L1
;you should be able to see the code of your team when you sign into app developer page in the top right corner.
Also kindly follow the steps as in th…