Application hangs when debugging on iOS 3.1.3 device with Xcode 4.3.2
Asked Answered
E

1

5

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.

Encroach answered 27/3, 2012 at 20:25 Comment(2)
For what it's worth, I see this behavior also on an iOS 3.2 iPad. I have been assuming it's a bug in the debugger support for 3.x devices, but have no official word.Braces
I am also having same issue with Xcode 4.3.2 and debugging on iOS 3.1.3 on iPhone 3G.Nous
S
7

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.

Saddlery answered 10/4, 2012 at 22:30 Comment(1)
check, that fixed issues for me too (whole of Xcode hangs when using LLDB).Flyover

© 2022 - 2024 — McMap. All rights reserved.