Xcode Simulator: how to remove older unneeded devices?

前端 未结 19 1820
遇见更好的自我
遇见更好的自我 2020-12-02 03:56

I\'m running Xcode 4.3.1 iOS-Simulator which originally only supports iOS 5.1.

I need to test my code with iOS 4.3, so I used Xcode\'s \"Install\" feature to install

19条回答
  •  独厮守ぢ
    2020-12-02 04:25

    1. Open Xcode --> Go to Window (from menu bar) --> Devices and Simulators --> Click on Simulator --> Right-click on the simulator that you want to delete --> Click Delete

    2. To delete any unwanted simulators that you installed in the past as an extra Component through Xcode.

    • Open Terminal

    • Type open /Library/Developer/CoreSimulator/Profiles/Runtimes

    • Delete undesired simulators

提交回复
热议问题