Reputation: 1915
I'm using Xcode 6.0.1 on Mavericks and experiencing crash every time I try to inspect UI and:
But it's not just crash. It literally restarts my Macbook Pro.
Upvotes: 4
Views: 1160
Reputation: 11
I had the same problem, and I was able to narrow it down to an issue with the discrete graphics card on my Macbook Pro (it has the hybrid integrated Intel / discrete Nvidia chips). When forcing my Macbook Pro to use the integrated Intel chip exclusively, it no longer crashed.
You can get gfxcardstatus to force your Mac to use the integrated chip exclusively.
If you use Homebrew Cask,
brew cask install gfxcardstatus
and then select 'Integrated only' from the app's menu bar icon before inspecting the UI.
Upvotes: 1
Reputation: 58
It is bug for new Xcode with old System Maverick. I install new Yosemite and all working on my MacBook 2009.
Upvotes: 0