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 se
First you have to add a ios device then go to product on the top then click it after that you can get enadled Archive option .
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.
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.
You need to download the application_tools_1.1.dmg
You can delete your project scheme in "manage schemes …" and then click "autocreate schemes now" in the manage schemes window. This gives back the archive option.
Quitting and relaunching XCode sometimes helps. It usually does for me, if choosing an iOS device doesn't do the trick.