Kalipso - iOS Deployment
  • Overview
  • Requirements
    • Requirements
  • Testing
    • Kalipso
    • MIS Communicator
    • KClient
      • Development Certificate
      • Mobile Provisioning Profile
      • ReSign KClient
      • Install KClient
      • Test Application
  • Deployment
    • Overview and Requirements
    • Enroll
    • Deployment
      • Certificate Signing Request (CSR)
      • Distribution Certificate
      • App ID
      • Mobile Provision Profile
      • Export Scripts
      • Create IPA
      • Upload to App Store
    • Distribute
Powered by GitBook
On this page

Was this helpful?

  1. Deployment
  2. Deployment

Create IPA

PreviousExport ScriptsNextUpload to App Store

Last updated 4 years ago

Was this helpful?

You now need to copy the folder from the previous step into your MAC. Then, simply double click on the "Compile.command" file. When the scripts are finished you should have a new file with your project name and IPA extension. This is the file you will use in the next step to upload to App Store.

If you have a permission denied, or unauthorized or similar error when executing the Compile.command file on your MAC, you may be missing execution permission on the file.

  1. Open the terminal Window

  2. Go to the folder where the script is

  3. Run: chmod u+x Compile.command

Make the file executable