Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

enter image description here

share|improve this question
Make sure that you change "Skip Install" in your target to NO – juggler Sep 17 '12 at 22:06

2 Answers

up vote 337 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 the 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”.

share|improve this answer
7  
such a silly problem ... thanks for answering :-) – Joel Martinez Dec 30 '11 at 15:51
4  
Yea, silly, had the same problem ... :D – Matjaz Muhic Jun 13 '12 at 10:59
4  
apple should make everything more user friendly – neobie Jan 12 at 5:17
Doesn't it seem like that drop down indicates where you want to run the app? Seems like a silly restriction to prevent archiving when a simulator is selected... – corbin Feb 3 at 2:04
Spent an hour searching for this. You know what would fix this, Apple? Don't disable the Archive button. Run through the checks that would cause an error and then display an alert. I bet 9/10 it's the simulator. "You may not archive a build for the simulator. Select iOS Device and Archive again." – harrylove Mar 30 at 4:35

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)

share|improve this answer
The same problem occurs to me too...is there any solution for it? – Ajit thala Dec 5 '12 at 7:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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