Create IPA

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.

Make the file executable

  1. Open the terminal Window

  2. Go to the folder where the script is

  3. Run: chmod u+x Compile.command

Last updated