Xcode Simulator: how to remove older unneeded devices?

前端 未结 19 1855
遇见更好的自我
遇见更好的自我 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:19

    Another thing you can do is to change the Deployment target to the highest value. This will prevent the Scheme Menu from displaying older versions.

    To do this go to: Target->Summary then change the Deployment Target.

提交回复
热议问题