iOS

  1. Generate the tar.gz build file
eas build -p ios --local -e preview
  1. Generate the name.app folder
tar -xzf <build-name>.tar.gz
  1. Install it on your simulator
xcrun simctl install booted <name>.app
  1. Launch the app in your simulator
xcrun simctl launch booted <bundle-identifier>