Posts

Post not yet marked as solved
8 Replies
6.2k Views
I moved my Intel-based project to my new M1 machine (Pro Max), and it builds and runs fine, but only as a Intel/Rosetta app. I read that xCode builds a hardware-specific app for testing and debugging, but the app it's building for me is running as an Intel app (regardless of whether I'm running it under xCode or launching it stand-alone). Under Architectures, it says: Standard Architectures (Apple Silicon, Intel) - $(ARCHS_STANDARD) What should I put there to force it to make an M1-only app? (I'm making an app just for my own use, not for distribution.)
Posted
by musanim.
Last updated
.