Reputation: 875
For a long time I'm using Xcode and compile my project using Product/Build command. Then I find the compiled app when right click on "Products" files. So I can get it from there and copy it to where ever I want.
But how to create a universal binary with Apple Silicon & Intel without using a make file? On my M1 MBP it creates only for itself. My Mac Mini with INTEL inside wont run that app. I'm compiling it on my Mac Mini as well to get a version which runs there too. Any hints? (maybe with some screenshots)?
Upvotes: 0
Views: 548
Reputation: 875
Got it! In the top line right of the stop button you can choose the build option getting a universal binary. Seems to be a new option I didn't found till now.
Upvotes: 0