---
name: MyRustLib
rust:
repo: https://github.com/ianthetechie/uniffi-starter
branch: main
manifestPath: rust/foobar/Cargo.toml
When it builds on iOS it only builds Arm targetes, but on an Intel Mac, the simulator is x86, so it fails to link.
The following config builds on Intel Mac:
The default config is
When it builds on iOS it only builds Arm targetes, but on an Intel Mac, the simulator is x86, so it fails to link. The following config builds on Intel Mac: