1

I just upgraded my MacOSX from Snow Leopard to Mountain Lion. The previous version of my XCode is 3, and after the upgrade of MacOSX, I installed XCode 4 as well.

However, when I try to use the new XCode to develop a helloworld-like iphone app, I got this problem. The interface builder process takes 100% cpu and never respond. So for now I cannot do any development job on this computer.

I rebooted the mac and the problem is still there.

Does anyone have ideas why I cannot launch Interface Builder successfully?

Kara
  • 6,115
  • 16
  • 50
  • 57
korolevbin
  • 43
  • 4
  • Xcode 4.6 doesn't have IB as a separate app anymore. It's built into Xcode itself. Do you mean IB within Xcode or are you running the old IB that's left over from Xcode 3? – Richard Brown Mar 25 '13 at 04:08

1 Answers1

0

Do you have enough RAM to run 10.8 and Xcode together? I would suggest killing background programs or upgrading your Mac, because Xcode never uses that kind of resources.

SevenBits
  • 2,836
  • 1
  • 20
  • 33