How to create dSYM file in XCode 7.0

后端 未结 2 736
长情又很酷
长情又很酷 2021-02-14 08:33

I am creating dSYM file in XCode 7.0, After archiving my project, I can\'t find my dSYM file. I referred to lots of sites from stack overflow and followed many instructions but

2条回答
  •  名媛妹妹
    2021-02-14 09:20

    Make sure you have Debug with DWARF with dSYM File enabled

    Click on your Project -> Build Settings -> Build Options -> Debug -> DWARF with dSYM File

    (see picture below)

提交回复
热议问题