Xcode 6 won't start (OS X 10.9.4)

前端 未结 5 860
迷失自我
迷失自我 2021-02-01 04:50

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

5条回答
  •  Happy的楠姐
    2021-02-01 05:22

    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.

提交回复
热议问题