Enable the dSYM File
To enable the agent to provide human-readable information in the crash snapshots that are produced if the application crashes, compile with the DWARF with dSYM file option to create a debug symbols file for the application.
To enable dSYM:
- In Xcode, select your project in the Project Navigator.
- In the target list, select the target that builds your application.
- Select the Build Settings tab.
- In the Build Options section, make sure that the Debugging Information Format is set to DWARF with dSYM File.