Search code examples
xcodebuildcrasharchivexcarchive

Xcode - But... Where are our archives?


I've submitted three versions of my app onto the App Store using the Build and Archive commands. But... Where are those archives?

I've just learnt that I just need them to be able to read crashlogs. My ~/Library/Developer/Xcode/Archives folder is empty (in fact there is one xarchive file inside it I've just generated now to test a crashlog reading).

Spotlight does not find any .xarchive.

I never been asked to delete or clear anything else than my project builds (Product - clean) when coding next version.


Solution

    • Open the Organizer window in Xcode (menu Window > Organizer)
    • Click on the Archives icon in the top middle
    • Select the desired archive by app name and date
    • Click Show in Finder in the context menu