Miniquad iOS Sample Project

January 6, 2022 ยท View on GitHub

Build & Run

Install Rust targets:

  • aarch64-apple-ios: iOS devices
  • x86_64-apple-ios: iOS simulator on x86 processors
  • aarch64-apple-ios-sim: iOS simulator on Apple processors
rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim

Install Xcodegen

Build Xcode project

cd ios
xcodegen

Run example

  1. Open generated xcodeproject
  2. Set signing team
  3. Select target device
  4. Click Run button

Contents

  1. 1Build & Run
  2. 1.1Install Rust targets:
  3. 1.2Install Xcodegen
  4. 1.3Build Xcode project
  5. 1.4Run example