Is it possible to reopen .xcarchive on Xcode?

Is it possible to reopen the .xcarchive file on Xcode?

I know that this is not common, but I would like to open the project in the same way as it was sent to the App Store. I do not have a backup of this exact assembly, so it would be great to open a copy of the archive!

Before you ask why I just do not download it from the store, I must say that this assembly has been approved and is under consideration for my release. :)

Thank!

+5
source share
2 answers

A xcarchive - , () , dSYM ( ) Info.plist ( ). "xcarchive", Finder " ".

( ).

, git. xcarchive , , , .

+15

ProjectName [Date Time].xcarchive, .

:

  • dSYMs: dSYM .

  • Info.plist: , , ApplicationProperties, ArchiveVersion, CreationDate, Name, Scheme.

  • . .

Step 1

Step 2

+1

All Articles