How to remove simulator list in xcode 8?

I installed the new Xcode on my system. Now it shows me a lot of simulators in my Xcode and my system hangs. Please check the screenshot. Can someone tell me how to remove this list of simulators and install only 5-6 simulators in the list.

enter image description here

+6
source share
1 answer

Open the devices from the Xcode Window->Devices menu with the Shift+Command+2 Window->Devices , and then delete the simulator that you want by right-clicking on Simulator and select the Delete option.

Check the image below to open the device window.

enter image description here

Check image below to remove Simulator

enter image description here

+11
source

All Articles