How to remove older unneeded devices?

前端 未结 2 420
日久生厌
日久生厌 2021-02-04 16:28

So this is related to a prior question I posted - how to remove 4.3 simulators. I stupidly installed the iOS 5.0 Simulator, and now the technique offered in my last post does no

2条回答
  •  醉话见心
    2021-02-04 16:50

    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.

提交回复
热议问题