I run multiple simulator and I need to close one of them. How can i do this? Because I tried to close it like we does in older version of Xcode but can't close.
-
14Open simulator , under windows menu uncheck `Show Device Bezels`. Then close using red cross icon. – Gokul G Jul 18 '17 at 12:15
-
12Select simulator and command + w. – Arpit Jain Dec 08 '17 at 09:29
-
29I am so amused by this question.. Apple has made closing simulator such a mysterious task that developers have to google this query! Long live iOS – NightFury Dec 08 '17 at 11:28
6 Answers
Select Simulator.. Go into File Menu -> Close window or press [Command + W ]. It will close the simulator which is on top .
Go into Windows menu -> uncheck Show Device Bezels. Then you can close using red cross icon on simulator.

- 5,180
- 1
- 12
- 16
-
-
you'll have to uncheck Show Device Bezels then simulator will be visible with cross,minimize buttons. – Ellen Jul 31 '18 at 09:34
-
1@bibscy In Simulator 10.1, it's not a red cross but the actual side button you need to press. It will however not close the Simulator for that particular device but will turn off the screen. – dotnetCarpenter Nov 05 '18 at 12:21
-
Thanks! I'm a Windows user and forget OS.x (Os.X? oS.x? OS.X? whatever...) even had a menu, far, far away from the app. It isn't 1984 anymore Apple, time to update your UI. – Gerry Jun 04 '19 at 15:10
There are two ways to close particular Simulator form Multiple simulators
Long-press power button on the right-top of simulator , then slide to turn off power, a single simulator will be close.
Go into File Menu -> Close window or press [Command + W ]. It will close the simulator which is on top

- 2,258
- 19
- 34
-
4
-
1
-
@Llg you can close iphone X , select iphone X simulator and press [Command + W ] to close iphone X – Jagveer Singh Nov 08 '17 at 04:56
-
4The first method doesn't work for me (Xcode 9.1), the simulator just restarts. The second one does though. – Darren Dec 01 '17 at 14:43
1) Simple way to close single simulator
-> Select required Simulator
-> Click Command + W (⌘W).
2) If you want to minimise simulator
-> Select required simulator
-> Click Command + M (⌘M).
3) For screen shot of simulator
--> Select required simulator
-->Select Commend + S (⌘S).
4) If you want to rotate simulator(for landscape mode)
-> Select required simulator
-> Click Command + left arrow or right arrow.
See below screen for left arrow or right arrow

- 16,698
- 6
- 112
- 113
To long-press power button on the right-top of simulator , then slide to turn off power, a single simulator will be close.

- 1,904
- 13
- 26
-
2yes its working but sometime simulator restart when you power off. – Nimisha Ranipa Aug 31 '17 at 12:10
I found a way, but it was by a program I used called HyperDock. It gives a preview of the app windows that are opened when you hover over the icon in the dock. It will give you an option to close the simulator window when you see the preview.

- 632
- 8
- 21
Click Simulator. Open simulator dropdown from the top menu. Click on quit simulator

- 11
- 1