iOS

Prepare

  • rust

  • NodeJS

  • yarn

  • xcode

One-click Setup

For iOS developers, just run packages/frontend/apps/ios/setup.sh, the script will automatically configure the environment and complete the build. it will automatically open Xcode, and you can just launch the app in Xcode.

Develop

Start frontend webpack dev server, and keep it open

yarn af ios dev

Configure ios app in dev mode

yarn af ios sync:dev

Open xcode

yarn af ios xcode