I have been using the new 'Build and Archive' feature of the latest XCode 3.2.3. I like it.

Now I noticed that it is always disabled for some reason. I can't seem to figure out what I changed to cause this.

Does anyone have any ideas?

Thanks!

link|improve this question

76% accept rate
latest Xcode is 3.2.5 – Richard Dec 8 '10 at 17:09
feedback

5 Answers

up vote 186 down vote accepted

Maybe your current build configiuration is "Simulator"? It needs to be device build to activate "Build and Archive"

link|improve this answer
I wish it were that simple. I am set to 'Device'. – toofah Jun 21 '10 at 18:57
2  
Sweet, that did it for me... – Merky Feb 26 '11 at 2:34
1  
Worked for me. UI frustrations are the worst. – Sam Stewart Mar 10 '11 at 3:40
great! just forgot that! – springrider Oct 26 '11 at 15:09
1  
Argh that was a needless waisted half hour – Janusz Nov 30 '11 at 13:44
show 3 more comments
feedback

You need to download the application_tools_1.1.dmg

link|improve this answer
feedback

In addition to what @Alexander Babaev said , when I had this problem it was because for some reason the build configuration was set to MAC 64 bit (dont know how it got there...) , returned it to IOS and it got enabled again.

link|improve this answer
feedback

All you need to do is create an Executable File in your project folder... If you start with a fresh project there are NO executable projects, only what you create, be it a .cpp or a .m you need an executable in the folder.

link|improve this answer
feedback

Might be the certificate is set for developer and not distirubute?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.