How to create dSYM file in XCode 7.0

﹥>﹥吖頭↗ 提交于 2019-12-21 03:56:28

问题


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 I could not find my dSYM file on any Folder available. Please any one help me.

Please instruct me what are the properties I need to Enable in app Build settings.

Thanks.


回答1:


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

:)




回答2:


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)



来源:https://stackoverflow.com/questions/36882788/how-to-create-dsym-file-in-xcode-7-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!