Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone - how to change the build configuration to distribution

I have been following apple's instructions to get my app to iTunes. I can not figure out how to open the Target info window so I can change the build to distribution.

I tried clicking on all the icons, left clicked. Looked at all the menu items, tried the help, nothing is working.

like image 924
Ted pottel Avatar asked Jan 10 '12 13:01

Ted pottel


2 Answers

Follow these steps in Xcode 4

1.Click on the red area

enter image description here

2.Click here

enter image description here

3.And choose required configuration

enter image description here


If you don't have Distribution configuration then you can create it at project Info page here:

enter image description here

like image 71
beryllium Avatar answered Oct 08 '22 04:10

beryllium


If you are using XCode4 double click on project name as in the 2nd attached screen shot "Leaves". Then the configuration window will open as in the 1st attached image and you can see in the 2nd image there is configuration,through which you can configure the setting.

enter image description here

enter image description here

like image 20
User97693321 Avatar answered Oct 08 '22 02:10

User97693321