I'm sending exceptions to my errbit servers with the default Xcode 4.5 build setting.
Strip debug symbols during copy DEBUG: NO RELEAE: YES
Strip Linked Product: NO
Deployment Postprocessing: NO
I'm testing with Archive/release build for Ad Host testing and unable to symbolicate the address given in the exception. It does not match the actual line.
Errbit ios notifier logs something like this:
3 MyApp 0x000667f9 MyApp + 124921
from [exception callStackSymbols]
I am trying atos:
atos -arch armv7 -o 'MyApp.app'/'MyApp' 0x000667f9
in the PayLoad directory of the unzipped IPA file.
Have also tried from the DWARF directory from xcarchive.