From: HTTP://WWW.JKQNB.COM/YDKF/ARTICLE/37
5. compiling the application
Recently upgraded IOS7, have no time to write, finally finished, completed the unfinished work
Since the adaptation of iOS7, so Xcode also upgraded to 5, so the following basic on the XCODE5, the previous version of the basic is similar
Open the target configuration file for the project, such as
such as red selected parts, debug click on the right, select the previous download of the development certificate, for development testing, real machine debugging;
If you want to publish your app and choose release below, click on the right to select Publish certificate.
Click on the project name in the red frame and select the edit Scheme below (the Xcode version will be different)
Popup scheme Edit, then build configuration Select Release (publish), click OK
Select the iOS Device from where you originally debugged the simulator, such as
After this is done, it can be generated, such as
Select Build to build the project, or use the shortcut key directly ctrl+b