Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to quit or close single simulator from opened multiple simulator in Xcode 9?

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.

like image 778
Bhautik Patoliya Avatar asked Jul 18 '17 11:07

Bhautik Patoliya


People also ask

How do I clear my Xcode simulator?

Go to Window -> Devices and Simulators . This will open a new window with all the devices you use in Xcode. At the top, tap on Simulators and you'll see a list on the left-side. From there, find the simulator you want to delete and Cntl - click (or right-click) and select Delete .

How do you force quit an app on simulation?

First, open the Settings app on your device and navigate to the “Apps” section. Find the app you'd like to close. You may need to tap “See All Apps” to view the full app list. Now select “Force Stop” or “Force Close.”

How do I turn off iOS simulator?

Press Command + Q to quit the simulator. This will close all the apps running in the simulator. Pressing the home button only returns to the home screen without quitting the apps(ios 4 or later) because of multitasking.

How do I open two Simulators in Xcode?

If you require a different version of the iOS simulator than is provided by your Xcode installation, you can download additional simulators in Xcode. Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.


4 Answers

Select Simulator.. Go into File Menu -> Close window or press [Command + W ]. It will close the simulator which is on top .

enter image description here

Go into Windows menu -> uncheck Show Device Bezels. Then you can close using red cross icon on simulator.

enter image description here

like image 157
Ellen Avatar answered Oct 01 '22 17:10

Ellen


enter image description here

There are two ways to close particular Simulator form Multiple simulators

  1. Long-press power button on the right-top of simulator , then slide to turn off power, a single simulator will be close.

  2. Go into File Menu -> Close window or press [Command + W ]. It will close the simulator which is on top

like image 26
Jagveer Singh Avatar answered Oct 01 '22 17:10

Jagveer Singh


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

enter image description here

like image 41
Naresh Avatar answered Sep 30 '22 17:09

Naresh


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

like image 41
ovo Avatar answered Oct 04 '22 17:10

ovo