Recently, within the last few days, whenever I try to open Xcode6-Beta2 on my 2013 11\" MacBook Air running OS X 10.9.4, I get a problem report and Xcode won\'t run. I tried uni
XCode 6 GM wasn't opening for me either, no matter how long I waited. I've seen this behavior before and it's usually due to a program needing ROOT access to complete or delete something, but for some reason isn't prompting you.
The workaround is launching Xcode by command line via SUDO (as Superuser/Root):
sudo open --new /Applications/Xcode.app
After it opens you may close it and re-launch it normally from that point forward.
Hope it helps.