Miroslav Kuťák
Miroslav Kuťák

Reputation: 1915

Xcode 6 crash on UI debug

I'm using Xcode 6.0.1 on Mavericks and experiencing crash every time I try to inspect UI and:

  1. unfold the view hierarchy
  2. rotate the 3D inspection view

But it's not just crash. It literally restarts my Macbook Pro.

Upvotes: 4

Views: 1160

Answers (2)

James Hristu
James Hristu

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

Ryhor Suprunuk
Ryhor Suprunuk

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

Related Questions