Search code examples
iphoneobjective-ccocoa-touchios4xcode4

How to create dSYM file in XCode 4?


Can you please let me know how can I create .dSYM file using XCode 4?

Thanks!


Solution

  • If you archive the application the dsym file is in the xarchive. Right-click on the entry in the organizer, do "show in finder", right click on the xarchive and choose "show package contents". The dsym is in the dSYMs directory.