Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why are there no archives under the organizer section in xcode?

Tags:

xcode

archive

I am in the process of uploading my ios app to the app store and I clicked on the organizer button but no archives came up. All that came up was "Use the Archive command within an Xcode project or import an archive from an Xcode Server bot." Does anyone have any idea what the problem is?

like image 605
Reid Brown Avatar asked Jun 06 '17 01:06

Reid Brown


People also ask

Why archive option is not showing in Xcode?

Why is the Archive menu item grayed out in Xcode ? <Project name> does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application.

How do I open Archives organizer?

The Archives organizer is a pane in the Organizer window that you use to upload your app to App Store Connect. To open the Archives organizer, choose Window > Organizer and click Archives. To complete the upload of your app to App Store Connect, click the blue Upload to App Store button.

How do I archive items in Xcode?

Start your archiveNavigate to your project's settings. Under iOS (or the target you want to build your app for) > Identity, you'll want to increment the Build number. For example, if the Build number was 1, you'll want to set it to 2. Then, in the top menu, under Product, click on Archive.


2 Answers

To build your archive you need to:

1 - Set "Generic iOS Device" as the selected device (top left corner near the scheme) instead of a simulator device.

2 - Click on "Product" on the top bar, and then "Archive". This will start building your archive. When it finishes the Organizer will comes up and you will be able to see your archive.

like image 102
Matias Jurfest Avatar answered Sep 18 '22 16:09

Matias Jurfest


If you've already created an archive by going to Product > Archive. I would try restarting Xcode. That might not be helpful, but that's where I would start, let me know.

like image 41
Aaron Halvorsen Avatar answered Sep 16 '22 16:09

Aaron Halvorsen