Build / Release iOS App

Make sure you have completed setting up the iOS app in xcode first. Drag and drop the project in VSCODE & perform the below tasks:

Run commands:

flutter clean

flutter pub get

cd ios

pod install --repo-update

Once the pods are installed successfully, follow the below steps:

  1. Open the iOS folder in Xcode.
  2. Connect any real device.
  3. Got to> product and click on: Clean build folder
  4. Got to> product and click on: Run to test the app & then Stop the app
  5. Got to> product and click on: Build
  6. Got to> product and click on: Archive
  7. Once it is archived, click Validate
  8. After validated, click Upload

Powered by BetterDocs