Xcode on Mac App Store can't install , show disk space not enough

后端 未结 30 1806
执念已碎
执念已碎 2021-01-29 18:33

I\'m using the Mac OS to install the XCode10.1.

I have 18.43GB free disk space in the mac,

but when I click the install button on the Xcode from the app store,<

30条回答
  •  鱼传尺愫
    2021-01-29 19:21

    Same thing here, tried most of the above. 107 gigs of space free, but not enough to install.

    So I downloaded Xcode from Apple directly (https://developer.apple.com/download/more/) and copied the .xip file to an external driven with lots of space.

    I was then able to do this:

    cd /Applications
    xip -x "/Volumes/Blue 2T/Xcode_11.3.xip"
    

    Don't forget to get rid of the xip file when you're done.

提交回复
热议问题