xcode15 beta cannot open using rosetta

I can not find the setting “Open using Rosetta.” in the window of "Get Info" when I upgrade Xcode to 15beta, anyone can help? thanks!

I am using m1 MacBook Pro, and my system version is Sonoma 14.0 beta 5

Replies

My temporary solution is arch -x86_64 /Applications/Xcode-beta.app/Contents/MacOS/Xcode

As of Xcode 14.3, running under Rosetta isn’t supported. See Xcode 14.3 Release Notes.

It seems like "Open using Rosetta" was removed from "Get Info".

If you want to run project in the simulator under Rosetta, try this:

Xcode -> Product (in the menu bar) -> Destination -> Destination Architectures -> check 'Show Rosetta Destination'

After that, all devices in the build list should be able to have '(Rosetta)' in the end , e.g. iPhone 15 (Rosetta)

And the project should be able to run on these Rosetta simulator.