简体   繁体   中英

How to create dSYM file in XCode 7.0

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.

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

:)

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)

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM