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.
- In build settings, set everything under “Signing” to “Apple Developer.”
- In the “Signing and Capabilities” tab, set the team to yourself.
- 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
Payloadon your Desktop. Copyyourapp.appto thePayloadfolder. - Right click the Payload folder and compress it.
- Rename the file from
Payload.ziptoyourapp.ipa. - Enjoy your exported IPA! You can now sideload it with something like AltStore!
Credits
This guide is based on a tutorial from YouTube.