How to Export an IPA without an Apple Developer Subscription
Date: November 14, 2024
Author: mak448a
Requirements
- A macOS computer with XCode
Tutorial
- Open your XCode Project and get ready to export it.
- Move your mouse cursor to the top of the screen to reveal the menu bar.
- Go to
Product
, then clickArchive
. - When it’s done building, it should show a popup with your archived app. Right click on the entry and click
Show in Finder
. - Right click on the file that is shown in Finder and click
Show Package Contents
. - Inside this folder, go to
Products/Applications
. Inside will be a file likeyourapp.app
. - Make a folder called
Payload
on your Desktop. Copyyourapp.app
to thePayload
folder. - Right click the Payload folder and compress it.
- Rename the file from
Payload.zip
toyourapp.ipa
. - Enjoy your exported IPA! You can now sideload it with something like AltStore!