The Reveal Archive in Organizer option is disabled for your app in the scheme Editor's Archive pane. In Xcode, open the scheme editor by choosing Product > Scheme > Edit Scheme… , then select Reveal Archive in Organizer in the Archive pane as shown in Figure 2.
Similar to iOS Simulator, derived data is located in ~/Library/Developer/Xcode/DerivedData , you can safely delete them.
Application archive created by Xcode, Apple's development IDE for Mac OS X and iOS applications; stores all application files in a format that can be submitted to the App Store for review; contains a digital signature identifying the developer.
If the archive builds successfully, it appears in the 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.
Xcode menu bar > Window > Organizer > Products > Archives. It is also called the Archive Organizer. The archives are stored in /Users/username/Library/Developer/Xcode/Archives/$DATE/Project Name Datetime.xcarchive
Archive location
By default location is on the same level as Derived Data
folder
<some_path>/Library/Developer/Xcode/Archives
//e.g.
/Users/alex/Library/Developer/Xcode/Archives/2021-05-08/ServiceLocator 08.05.2021, 15.35.xcarchive
To change location
xcodebuild archive -archivePath "<some_path>/<some_name>.xcarchive" <...>
//or
Xcode -> Preferences... -> Locations -> Locations -> Archives
To show Organizer
Window -> Organizer -> Archives
Just to add to this since I'm unable to edit @Codo's answer, but for my version of Xcode (12.3) there was no Archive icon in the top middle. Just a slight difference. Instead, going to Window > Organizer opened a window displaying all my Archives for the current project. Right clicking each shows a menu to delete Archive entries or you can Show in Finder
.
Show in Finder
shows mine are currently located at /Users/username/Library/Developer/Xcode/Archives
and within that directory there's a folder for each date which contains an Archive.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With