cargo-mobile
cargo-mobile copied to clipboard
Feature request: Support launching in Xcode Simulator
It would be really nice to be able to debug iOS applications programs by launching them in the Xcode Simulator. Trying to do this inside Xcode currently results in the following error:
[2022-06-11T00:00:00Z INFO cargo_mobile::util::cli] exiting with ArchInvalid {
arch: "Simulator",
}
error: Arch specified by Xcode was invalid
"Simulator" isn't a known arch
Thanks for the report, you are intended to be able to run on the simulator, I will find some time to look into this issue shortly.
We've added support for the Simulator on our fork FYI.