expo build ios
First set your app.json

Run in your terminal
npm install -g eas-cli
Next
run in your terminal eas login and then input your account Expo

For Check eas login
run in your terminal eas whomi

You must configure your app project ios
To configure an iOS or an Android project for EAS Build, run the following command:Terminal
Copy
eas build:configure

if finish click ios, you get a new file eas.json

and then run in your terminal
For iOS:
eas build --platform ios
Do you want to log in to your Apple account? › (Y/n) click Y if you have apple account developer

Generate a new Apple Distribution Certificate? › (Y/n) click Y
if you want to update build
eas submit -p ios --latest
Last updated
Was this helpful?