Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.