Skip to content

Latest commit

 

History

History

Rust iOS Example

Setup

Install the apple Rust compilation targets

rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
rustup target add aarch64-apple-ios
rustup target add aarch64-apple-ios-sim
rustup target add x86_64-apple-ios

Build from Xcode

Just open the Xcode project and build