Is it possible to re-open an .xcarchive file on Xcode?
I know this is not common, but I would like to open a project exactly as it was submitted to the App Store. I
You can see contents of ProjectName [Date Time].xcarchive by right click on it and select Show Package Content.
It comprises of three things :
dSYMs : dSYM files store the debug symbols for your app.
Info.plist : property list containing details such as ApplicationProperties, ArchiveVersion, CreationDate, Name, Scheme.
Products : This contains App file for your project.