thlorenz / rid

Rust integrated Dart framework providing an easy way to build Flutter apps with Rust.
64 stars 4 forks source link

Minor update to installation for Apple Silicon possible. #69

Open endonym opened 1 year ago

endonym commented 1 year ago

Great project - just getting it working and will sponsor on integration.

Just wanted to let you know there's another target to add to the Apple Silicon instructions.

rustup target add x86_64-apple-ios

also need to insure lipo is installed.

cargo install cargo-lipo

thlorenz commented 1 year ago

Awesome thank you. If you don't mind you could PR with an update to the docs to let others know about this.