How can create binary in Xcode 4.0
How开发者_运维问答 can create binary in Xcode 4.0?
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.
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.
Open project. Find folder with name Product. Right click and select "open with finder".
精彩评论