What can cause failure to symbolicate crashes?

A lot of the crashes that we receive from TestFlight builds are not symbolicated.


They do show up in the Organizer under Crashes, but the trace just shows a memory address for our code.


What can cause of of that? Is this is not working in general or is there something I should do for these builds?


S.

I'm also seeing this. Using Xcode 7.1.1.


Before switching to Xcode 7, and enabling bitcode, we were able to see symbolicated crash reports in the Xcode organizer.


Now, crash reports are not symbolicated despite setting the 'includeSymbols' in the Export Options Plist.

I have the same problem and I can see just memory address. " app symbols" and "include bitcode" are checkmarked when uploading to appstore.

When marking to include bitcode you actually give Apple the option to compile your code in their server if they have the need. That will cause a new compilation that was not made on your device hence you will not have the dSYM file at hand.

What can cause failure to symbolicate crashes?
 
 
Q