0

I got stuck when I try to deploy the test app on my device. When I click run on XCode, the device is going to run the application. However, it stuck in the first view. And nothing is moving. I was wondering if there is something wrong. Is it caused by jailbreak? My ios version is 5.0.1. Then someone tell me what I could do to solve it.

seanxiaoxiao
  • 1,282
  • 2
  • 11
  • 23

1 Answers1

1

There are some strange launch issues when debugging with LLDB.
Try using GDB instead

(EDIT) Latest Xcode 4.3 update with LLDB-112 should fix a lot of problems (but there are still bugs including reading of ivars)

Community
  • 1
  • 1
Martin Ullrich
  • 94,744
  • 25
  • 252
  • 217