1

I often get freeze ups where XCode 4.6.1 shows me this nearly endless progress spinner and freezes for up 3 minutes before returning:

enter image description here

This only happens with real iPhone targets so I suspect the problem is in communication to the remote-debugger-kernel that is on the real iOS device target.

Has anyone seen this and knows of a workaround or fix? (Other than the obvious, turn off the debugger watch window.)

Warren P
  • 65,725
  • 40
  • 181
  • 316

2 Answers2

1

This appears to be fixed in XCode 4.6.2. (April 15th)

If this doesn't fix your problem, or you encounter it in XCode 6, try cleaning up your binary build products (Derived Data) folders.

Warren P
  • 65,725
  • 40
  • 181
  • 316
0

I've been running into this problem occasionally with Xcode 6.4 (6E35b). I haven't tried clearing my 'Derived Data' folders, but I've discovered that switching the variables view between 'Local' and 'Auto' will sometimes cause that view to become unstuck and start working. Your mileage may vary.