iphone: Where the .dSYM file is located in crash report
Right Click on your archive -> Show in Finder ->
Right click on file and click on Show package contents
.
Here you will find your .dSYM file.
You can locate .dSYM and application binary file in archive.
- Select Window -> Organizer
- This will open up Organizer window containing last created Archive of project
- Right click on Archive and select 'Show in Finder'
- Select 'Show Package Content' for archive
- Project.xcarchive contains dSYMs, Info.plist and Products
dSYMs folder contains dSYM file of your project.
Application folder in Project contains application binary of your project.