I can\'t manage to make my code symbolicated ... I read the part \"below\" :
Given a crash report, the matching binary, and its .dSYM file, symbolicat
In order to symbolicate your crash report, try this approach:
(a) Locate the symbolicator (/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatecrash)
(b) Open Terminal and drag this file (so that the path gets copied correctly)
(c) Run a command like /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/Resources/symbolicatorcrash .crash .app (mention the whole path of the crash report and the app file)
(d) Symbolicated crash report will show up