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