Hi,
We ported our app to Apple Silicon and we often need to run our apps on simulator. But to be able to run on Simulator, I need to enable "Open using Rosetta".
Also, under Build Settings → Architectures → Excluded Architectures, I have arm64
.
So, with out the need of enabling Open using Rosetta
, how wold I be able to run the app on simulator and other platforms - iOS, iPadOS and macOS?
Thank you!