Hi, as Xcode 14.3 dropped Rosetta 2 Support and added a run option directly in Xcode 14.3 (Rosetta Simulators), I wondered how I can trigger a build for a i.e. iPhone 14 Pro (Rosetta) via CLI. I already checked the man page of xcbuild and xcrun.
xcrun simctl list
also outputs only the simulators and the device IDs which brings me to the assumption that the building and running for Rosetta is a parameter/flag set by Xcode. But which and where?
Happy for any sort of help, resource, or hint.