Miniquad iOS Sample Project
January 6, 2022 ยท View on GitHub
Build & Run
Install Rust targets:
aarch64-apple-ios: iOS devicesx86_64-apple-ios: iOS simulator on x86 processorsaarch64-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
- Open generated xcodeproject
- Set signing team
- Select target device
- Click Run button