How to remove older unneeded devices?

[亡魂溺海] 提交于 2019-12-03 01:32:51
Martin R

In addition to removing the iPhoneSimulator5.0.sdk folder, delete the corresponding .dmg file in ~/Library/Caches/com.apple.dt.Xcode/Downloads. Then Xcode will not force you to reinstall it anymore.

user2432641

Do the following in terminal:

cd ~/Library/Caches/com.apple.dt.Xcode/Downloads
ls

You'll see the files now; then run the bash command to remove them.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!