How can create binary in Xcode 4.0?
Asked
Active
Viewed 4,854 times
3
-
Not sure I understand. Binary what? – Ryan Mar 18 '11 at 12:08
-
Who would add *that* to his favorite questions ??? – DarkDust Mar 18 '11 at 12:12
-
I want to find .app file – GameLoading Mar 18 '11 at 12:23
-
1@DarkDust : well, I add it :) It's somewhat rather "difficult" for newbie like us :p – swdev Oct 27 '11 at 04:09
3 Answers
3
You press the "Build and run" button, or you select "Build" (or "Build and run" if you also want to run your app afterwards) from the "Build" menu.
The binary executable will be written to the folder specified in your project settings. By default, this is /build/debug and /build/release, depending on whether you selected a release or debug build.

Jean-Marc Pelletier
- 1,272
- 10
- 7
-
What do you mean it's not working? Can you be a bit more precise? – Jean-Marc Pelletier Mar 18 '11 at 12:22
1
From project, select product, then select the .app file.
Right click on it and select show in Finder.
From Finder compress it and finally upload the compressed file to iTunes connect.

The iOSDev
- 5,237
- 7
- 41
- 78

Sidhik Nazar Niza
- 11
- 1
0
Open project. Find folder with name Product. Right click and select "open with finder".

Yi Jiang
- 49,435
- 16
- 136
- 136

GameLoading
- 6,688
- 2
- 33
- 57