hotdogsoup.nl
hotdogsoup.nl

Reputation: 2321

Xcode Simulator targets show "(Rosetta)"

In an old project I noticed that all Simulator targets had a "(Rosetta)" indication whereas the project only contains Apple silicon compatible code and libraries.

I would like to build and run on native Simulators, but cannot seem to do that.

Web searches only reveal information on how to set Rosetta checkmarks on the Xcode.app and the Simulator.app, however these checkmarks don't exist anymore (Xcode 14).

How can the Simulator be returned to non-Rosetta?

Upvotes: 37

Views: 20529

Answers (2)

Peter Kreinz
Peter Kreinz

Reputation: 8620

With Xcode 15.3 the menu name has changed slightly. The solution for this version is to open the project in Xcode and then go to and select:

Product > Destination > Show All Run Destinations

Upvotes: 17

hotdogsoup.nl
hotdogsoup.nl

Reputation: 2321

The solution was to open the project in Xcode, then go to:

Product > Destination > Destination Architectures > Show Apple Silicon Destinations

Upvotes: 85

Related Questions