Deploy expo app to App Store

Deploy expo app to App Store

Support me on Ko-fi

Prepare your Xcode environment

Download and install from the app store

Open Xcode and download the required runtime tools

Login your apple developer account to Xcode

Now on your iterm install “Xcode command line tools” for IOS development, “HomeBrew” for package managing, “rbenv” tool for install multiple ruby versions is still required Ruby >= 3.X.X and “cooapods” for the project dependencies.

Here refer link and how to install

https://brew.sh
https://formulae.brew.sh/formula/rbenv#default
https://guides.cocoapods.org/using/getting-started.html
https://mac.install.guide/commandlinetools/4

Check the iterm

Creates new App on Apple developer account.

Expo project setup

Deploy using Xcode