Skip to content

Instantly share code, notes, and snippets.

@behdaad
Last active March 23, 2019 15:26
Show Gist options
  • Save behdaad/99febfc4ca06cbcdc6e13e2ecbfc1512 to your computer and use it in GitHub Desktop.
Save behdaad/99febfc4ca06cbcdc6e13e2ecbfc1512 to your computer and use it in GitHub Desktop.
Export IPA from Archive w/o Developer Account
  1. Just build (Command+B) your app from Xcode by setting proper code signing identities
  2. From Xcode's file search at left bottom, search for .app (This will be under product directory)
  3. Right Click on this .app file and select Show in Finder
  4. Now, create directory and name it as Payload, copy .app into Payload directory.
  5. Archive/Compress(.zip) this Payload directory, rename file extension from .zip to .ipa
  • Create Archive
  • Go to Organizer
  • Get location of Archive by Right Click and selecting Show in Finder
  • Now right click on this .xcarchive file and select Show Package Contents
  • Go to path Products > Applications > YourAppFile
  • Open iTunes's on Mac and drag-drop this YourAppFile from above path in Apps tab. (NOTE: Delete the previous app with the same identifier if any)
  • Now right click on your app under Apps tab of iTunes and select Show in Finder, this is your .ipa file !!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment