Reputation: 23
My Xcode 3.2.6 is hanging up constantly. While I'm coding with no apparent reason it starts consuming more and more CPU, CPU temperature rises up to 80 celsius, the fan get exhausted and I'm forced to "force-quit" it and relaunch it to be able to continue working... It start happening this week and nobody else on my project is having the same troubles. My OS is Snow leopard 10.6.8 Any ideas on what could be happening?
Upvotes: 2
Views: 497
Reputation: 984
I had the same exact issue with my Xcode 3.2.6 project... Would start out using one core and if I let it sit, would use all 8 cores of my i7 MBP. Very frustrating having to restart Xcode every 5 minutes.
My issue actually was resolved when I removed an iPhone from the Organizer that was running iOS 5.0.1. Xcode was trying to get information from the iPhone, and wasn't able to, since the iOS SDK requires Xcode 4.x
I also removed all the user settings from within the project's *.xcodeproj package as well; not sure if that had additional effect. removing those without removing the iPhone had no effect, though.
Upvotes: 3
Reputation: 22707
Have you tried doing a "clean" on the target? Have you tried checking your disk with Disk Utility?
Upvotes: 0