Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How one can able to close few simulator devices instead of all opened simulators in Xcode 9

First of all apologised if this question is duplicate or making some hard to understand.

As we know that Xcode 9 has feature that we can able to run the app on multiple simulators and we can able to close all of them by force quit or from other options.

Here my query is that, suppose I have open the simulator with devices: iPhone 8, 8 plus and X. Now if I want to close any two of them, then how could I achieved it or what are the ways to manage this case?.

like image 872
Gourav Joshi Avatar asked Jan 30 '18 08:01

Gourav Joshi


People also ask

How do I remove a device from 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 close a simulator?

Select File > Exit or click the X at the top-right corner of the project window. CAUTION: When there are multiple simulations running, clicking the X on the blue title bar closes all simulations. To close a single simulation, click the X on the small gray or white tab under the blue title bar.

How do I select a simulated device in Xcode?

Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.


1 Answers

If you want to close simulator one by one then follows these steps:-

1 Click on the simulator.

2 Select File, "Close Window", or press Command+W.

Now you can close the all simulator one by one in Xcode9

like image 123
Pankaj Sonava Avatar answered Oct 23 '22 12:10

Pankaj Sonava