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

后端 未结 30 1824
执念已碎
执念已碎 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:07

    Just run below two commands in your terminal:

    cd ~/Library/Developer
    
    rm -rf Xcode
    

提交回复
热议问题