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
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: