Ionic IOS build

Do we have any way, to build project with specific provision profile, and convert it to *.ipa without going though xcode UI hell?

My current build process looks like:

  1. Run ionic ios build
  2. Open project in xcode and run build again (without ionic ios build it takes wrong version of product). And “Archive” button unavailable without “Build”…
  3. Run Archive.
  4. Create *.ipa from archive

I don’t like this way. I want to run a couple of console commands and all.

Something like…
ionic build ios -exportProvisioningProfile “myprofile” -makeIPA “app.ipa”

Do we have solutions to do it this way?

1 Like

Maybe by using fastlane, not tested though.