I have an old project developed with Xcode 4, i remember doing xarchive on Xcode which generated dsym properly. but on the latest version that is x 4.3.2 the xarchive created doesn’t have the dsym file. i verified the setting these setting
- dwarf with dsym for both debug and release
what else is causing issue, is there any other setting which i should take care ? please advice a way to fix this issue.
note: i selecting archive-debug and not archive release in the scheme. thanks.
Verify that the
Generate Debug Symbolsare set toYESinBuild Settings. Make sure you clean your target before compiling. After doing so, make sure you’re looking for the.dSYMin the right location.Show In Finder.xarchiveFile andShow Package ContentsdSYMsdirectory.