Skip to content

Instantly share code, notes, and snippets.

@pablocattaneo
Last active March 4, 2026 21:40
Show Gist options
  • Select an option

  • Save pablocattaneo/797a7ac62857ef98b8e3380dc28ba51a to your computer and use it in GitHub Desktop.

Select an option

Save pablocattaneo/797a7ac62857ef98b8e3380dc28ba51a to your computer and use it in GitHub Desktop.
  1. Run bun i , bun run clean , and do everything we do when we build the app.
  2. Run bun run start and keep the Metro bundler running through the entire process.
  3. Run xed ios on the project folder. It will open the Xcode project.
  4. Set the target device (On the top of the Xcode window, Right after MyBeacon > ) to Any iOS Device (arm64) On the top menu, Press Product > Archive. 5 When the build finishes, Organizer window will come (if not appears go to top menu > windows > organizer). Press Distribute App Select Custom, Next, Select App Store Connect, Next, and select Export , and follow the rest of the wizard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment