Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Archive does not appear in xcode4 organizer

I am trying to submit an app to iTunes using the new xcode4.

I followed the apple instructions but after doing product> archive, I still do not see anything in my organizer.

Can anyone help?

like image 998
Jason Avatar asked Mar 12 '11 06:03

Jason


People also ask

Why is archive not available in Xcode?

Why is the Archive menu item grayed out in Xcode ? The Archive menu item may be grayed out in Xcode for any of the following reasons: The Archive action is disabled for your app in the scheme editor's Build pane.

Where is archive organizer in Xcode?

Archive Organizer Path: The archives are stored in /Users/username/Library/Developer/Xcode/Archives/$DATE/Project Name Datetime. xcarchive , it's easier to just right click the archive to show path in the organizer though.

How do I see archive in Xcode?

Steps to follow on mac: Open the Archives folder in Finder: Library > Developer > Xcode > Archives. If it does not exist, create the folder with today's date in the format "YYYY-MM-DD", for example: 2021-11-05. Paste the .

How do I archive items in Xcode?

Click Product -> Archive and wait for the archiving process to complete. The Organizer window should pop up, but if it doesn't, click on Window -> Organizer.


1 Answers

I got the same problem. Took me whole night to solve. The doc gave the wrong instruction - therefore all your archives are created but their size is zero. You can verify this by going to their directory (...derived data...)

Anyway, in the "Skip Install", set the value for "Release" as "NO" (the help doc told you the opposite). Once you set it to "NO", archive again. You'll immediately see your app showing up in the archive organizer.

like image 167
Apps4U Avatar answered Oct 16 '22 01:10

Apps4U