You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: