I have some bug report from
NSLog(@"Stack trace: %@", [exception callStackSymbols]);
But I can't locate this bug from my source code. I use this command to know where it crash, but it show unrelated part of code.
atos -arch armv7 -o nuPhoto.app/nuPhoto 0x000885f9
So, how to make sure my .app and .app.sSYM is the same as the version submitted to app store? Is it possible to show all the information(including line number and source code) in NSLog instead of using atos. Thank you.
Uncaught exception: -[__NSCFString objectForKey:]: unrecognized selector sent to instance 0x1cd80470
Stack trace: (
0 CoreFoundation 0x330132bb <redacted> + 186
1 libobjc.A.dylib 0x3ad3097f objc_exception_throw + 30
2 CoreFoundation 0x33016e07 <redacted> + 170
3 CoreFoundation 0x33015531 <redacted> + 392
4 CoreFoundation 0x32f6cf68 _CF_forwarding_prep_0 + 24
5 nuPhoto 0x000885f9 nuPhoto + 177657
6 CoreFoundation 0x32fecfdf <redacted> + 46
7 CoreFoundation 0x32fed06b <redacted> + 186
8 CoreFoundation 0x32fed06b <redacted> + 186
9 CoreFoundation 0x32fed06b <redacted> + 186
10 CoreFoundation 0x32fed06b <redacted> + 186
11 CoreFoundation 0x32f5e401 CFSortIndexes + 972