Well, I'm having this interesting problem.
My iOS app is crashing in iOS Simulator & iPhone 4 but not in iPhone 5.
When it happens, I got this line highlighted:
0x1b37aa3: calll 0x1b37aa8 ; lookUpMethod + 14
And in Thread 1:
0 lookUpMethod
..............
(some number) UIApplicationMain
(some number) main
I've tried enable NSZombie and putting some logs in didReceiveMemoryWarning: and applicationDidReceiveMemoryWarning: but nothing is logged. I've also put some logs in the middle of my code, but everything get logged pretty well.
How can I know why is this happening?