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...?
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:
Please help me on this!?! 
MACloop
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
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
MACloop