I would like to archive my application, but the Archive option is greyed out. What could cause this?

enter image description here

link|improve this question

feedback

2 Answers

up vote 149 down vote accepted

you have to select the device in the schemes menu in the top left where you used to select between simulator/device. it won't let you archive a build for simulator.

Or you may find that if the IOS device is already selected the archive box isn't selected when you choose "Edit Schemes" => "Build"

link|improve this answer
such a silly problem ... thanks for answering :-) – Joel Martinez Dec 30 '11 at 15:51
feedback

I fixed this today...sort of. Although the archives still don't show up anywhere. But I got the Archive option back by going into Build Settings for the project and re-assigning my certs under "Code Signing Identity" for each build. They seemed to have gotten reset to something else when imported my 3.X project to 4.

I also used the instructions found here:

http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/DistApps/DistApps.html#//apple_ref/doc/uid/TP40010215-CH11-DontLinkElementID_69

But I still can't get the actual archives to show up in Organizer (even though the files exist)

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.