cargo-mobile icon indicating copy to clipboard operation
cargo-mobile copied to clipboard

Feature request: Support launching in Xcode Simulator

Open madsmtm opened this issue 2 years ago • 2 comments

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

madsmtm avatar Jun 11 '22 05:06 madsmtm

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.

ArthurKValladares avatar Jun 20 '22 19:06 ArthurKValladares

We've added support for the Simulator on our fork FYI.

lucasfernog avatar Nov 14 '22 23:11 lucasfernog