How to create a binary in Xcode 4.0

How to create a binary in Xcode 4.0?

+3
source share
3 answers

Open project. Locate the folder named Product. Right click and select "open with finder".

0
source

You click the Build and Run button, or you select Build (or Build and run, if you also want to run the application after that) from the Build menu.

The binary executable file will be written to the folder specified in the settings of your project. The default is / build / debug and / build / release, depending on whether you have selected a debug or debug build.

+3
source

, .app.

Finder.

Finder , , iTunes connect.

+1
source

All Articles