Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MACloop

macrumors 6502
Original poster
May 18, 2009
393
0
Germany
Hi,
I let a friend test my app on my ipod touch and when I got the device I noticed that my friend had a crash. Normally my crashes are symbolicated but this one had a row like this...?
Code:
1   MyApp                     	0x00025b64 0x1000 + 150372
How can I do to get this symbolicated? I do not understand what might be wrong? I have not released the app yet - it is only on my developer-device. The rest om the information in the report is normal but does not give me any hints on the problem...
The rest of the report is like:
Code:
2   CoreFoundation                	0x00059888 -[NSObject performSelector:withObject:withObject:] + 20
3   UIKit                         	0x0005b77c -[UIApplication sendAction:to:from:forEvent:] + 128
4   UIKit                         	0x0005b6e4 -[UIApplication sendAction:toTarget:fromSender:forEvent:] + 32
5   UIKit                         	0x0005b6ac -[UIControl sendAction:to:forEvent:] + 44
6   UIKit                         	0x0005b304 -[UIControl(Internal) _sendActionsForEvents:withEvent:] + 528
7   UIKit                         	0x0005bf84 -[UIControl touchesEnded:withEvent:] + 452
8   UIKit                         	0x000539a4 _UIGestureRecognizerUpdateObserver + 2136
9   CoreFoundation                	0x0000f82a __CFRunLoopDoObservers + 466
10  CoreFoundation                	0x00057340 CFRunLoopRunSpecific + 1812
11  CoreFoundation                	0x00056c18 CFRunLoopRunInMode + 44
12  GraphicsServices              	0x000041c0 GSEventRunModal + 188
13  UIKit                         	0x00003c28 -[UIApplication _run] + 552
14  UIKit                         	0x00002228 UIApplicationMain + 960
Please help me on this!?! :confused:

MACloop
 
The main requirement for symbolication to work is that you have the dSym file that matches the binary file on your hard drive. Normally if that file exists then the symbolification tool will automatically find it. With out that file you're out of luck. Did you save it?
 
The main requirement for symbolication to work is that you have the dSym file that matches the binary file on your hard drive. Normally if that file exists then the symbolification tool will automatically find it. With out that file you're out of luck. Did you save it?

Yes I have the file saved... strange... It is in the same dictionary as the .app file aka executable file for the current app. Do I have to something else?
MACloop
 
Not really sure. Try copying the dSym file to another folder and then symbolicating again. I'm told that that sometimes lets spotlight know where the file is.
 
Not really sure. Try copying the dSym file to another folder and then symbolicating again. I'm told that that sometimes lets spotlight know where the file is.

OK, I will try that out. I thought abit about what could have gone wrong and I have many versions of my app (all having the same name but saved in different directories with name set to the current date). Perhaps is this the problem and the wrong file for the current version is called. Thanks for your help so far!
MACloop
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.