How to create dSYM file in XCode 7.0

后端 未结 2 1214
情话喂你
情话喂你 2021-02-14 08:20

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:01

    in xcode -> window -> orgnizer

    or xcode - > product -> Archive

    you see Archives window

    1 Select any Archives of your app Right click on it Then select show in finder

    2 you see aapname.xcarchive file Right click on it and select show package contents

    3 you see dSYMs folder open it and get .dSYM file

    :)

提交回复
热议问题