14

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.

2 Answers 2

30

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

:)

Sign up to request clarification or add additional context in comments.

7 Comments

Thanks for your reply. i tried already But here am getting only folder name as dSYMs. dSYM file note created. this is only my problem. i think am missing some option to enable in app target build settings.
plz check build settings -> buid options ->Debug Information Format -> Debug DWARF with dSYM File and release DWARF with dSYM File
Yes also changed like that.
Already am faced same issues, fallowed instruction like you are given. its works fine. But now am facing same issue in some other project. this project started before 3 years. its started in old xcode i thought its may be the reason. Please if you find help me.
i am using xcode Version 7.3 (7D175) update your xcode may be its work for you
|
15

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)

enter image description here

3 Comments

Why is this a "must"? What benefit is DWARF?
Where will this dsym file appear? In what directory?
It will appear in the Products folder of the build. For example: /Users/<username>/Library/Developer/Xcode/DerivedData/<ProjectName>-<...>/Build/Products/<AppName>.app.dSYM

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.