Can I re-open .xcarchive on Xcode?

前端 未结 2 1227
执笔经年
执笔经年 2021-01-12 13:51

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

2条回答
  •  执笔经年
    2021-01-12 14:10

    You can see contents of ProjectName [Date Time].xcarchive by right click on it and select Show Package Content.

    It comprises of three things :

    1. dSYMs : dSYM files store the debug symbols for your app.

    2. Info.plist : property list containing details such as ApplicationProperties, ArchiveVersion, CreationDate, Name, Scheme.

    3. Products : This contains App file for your project.

    Step 1

    Step 2

提交回复
热议问题