How to remove older unneeded devices?

前端 未结 2 418
日久生厌
日久生厌 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:37

    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.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题