Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Application hangs when debugging on iOS 3.1.3 device with Xcode 4.3.2

I have the original iPod touch with iOS 3.1.3 (the last one that can run on the device). When I use Xcode 4.3.2 to debug an application, it always hangs at the launch image screen. However the application runs fine when I disconnect the device and run it without Xcode.

Is there a way to fix this? I've reinstalled iTunes 10.6 and restarted both my Mac and the iPod, with no effect.

This is Xcode's screen when I pressed "pause" on the debugger. Maybe this can be somewhat useful for identifying the issue.

Xcode debugging paused

Thanks in advance.

like image 867
adib Avatar asked Mar 27 '12 20:03

adib


1 Answers

I had a similar problem, I fixed it by editing the project scheme to use the GDB Debugger instead of the LLDB Debugger when running the app.

like image 75
Andrew Avatar answered Oct 31 '22 14:10

Andrew