This guide walks you through the process of generating an IPA file from your Expo app using a free Apple Developer account.
- Expo project
- macOS with Xcode installed
- Free Apple Developer account
OOTB, Great experience everything works a few things need to be changed for full compatibility; | |
Firmware; | |
at first boot the coreboot firmware will not be recognized by Bluefin as such you need to follow this; | |
https://support.starlabs.systems/kb/firmware/getting-started guide and add iomem=relaxed to the kernel parameters. | |
To do this do | |
``bash | |
sudo rpm-ostree kargs --editor | |
`` |
This guide walks you through the process of generating an IPA file from your Expo app using a free Apple Developer account.