How to create dSYM file in XCode 4?

前端 未结 5 1178
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-23 16:16

Can you please let me know how can I create .dSYM file using XCode 4?

Thanks!

5条回答
  •  暖寄归人
    2020-12-23 17:09

    You can locate .dSYM and application binary file in archive.

    1. Select Window -> Organizer

    Step 1

    1. This will open up Organizer window containing last created Archive of project
    2. Right click on Archive and select 'Show in Finder' Step 3
    3. Select 'Show Package Content' for archive Step 4
    4. Project.xcarchive contains dSYMs, Info.plist and Products Step 5

    dSYMs folder contains dSYM file of your project.

    Application folder in Project contains application binary of your project.

提交回复
热议问题