Xcode won't start, stuck on 'Verifying “Xcode”…'

前端 未结 17 1684
清酒与你
清酒与你 2020-12-07 07:22

I\'ve installed Xcode on a mac and when I try to start it I get a little window open saying \'Verifying Xcode\' with a status bar scrolling across, anyone got a fix rather t

17条回答
  •  眼角桃花
    2020-12-07 07:42

    A lot of talk here about exempting Xcode-beta.app from Gatekeeper, but for me, I had to make the .xip file exempt.

    I placed Xcode_8_beta_6.xip into /Applications, then in Terminal, changed directory to /Applications and ran:

    xattr -d com.apple.quarantine Xcode_8_beta_6.xip
    

    Then double clicked the .xip to get it to unpack.

提交回复
热议问题