Unable to determine simulator device to boot. - Xcode

IosXcodeIos8Xcode6

Ios Problem Overview


I just downloaded Xcode 6 & played with it a bit.

After switching back to previous version of Xcode and running in simulator, I keep getting this error.

Unable to determine simulator device to boot.

How do we resolve this?

Thanks in advance.

Ios Solutions


Solution 1 - Ios

Make sure you have only one iOS Simulator instance running in the Dock.

Solution 2 - Ios

There was a simple answer to this for me:

  1. Open the simulator via Xcode -> Open Developer Tool -> iOS simulator (even if it can't launch, the app will be open).
  2. With the simulator app open, go to Hardware -> Device -> Manage Devices.
  3. Add any missing simulators with the plus button (all of mine were missing for some reason).

Solution 3 - Ios

I've faced same issue and solved by below steps:

  1. Move xcode6-beta into application folder

  2. Restart mac and open xcode6-beta from application folder.

Solution 4 - Ios

I had the same problem when running from Xcode 6 beta selecting iPhone 5s. If I choose iPhone 5 or "resizable iPhone" then my app launches fine.

Solution 5 - Ios

You will not see the profiles of simulator without a rebooting of OS X.I added simulator for many times,when the rebooting finished, it shows on the device list under the simulator bar. I think this is a bug of Xcode 6 Beta

Solution 6 - Ios

I think you have 2 simulator running in the dock. Please close another one simulator and run the project again. It might helpful for you.

Solution 7 - Ios

In my case I had such a message just because the simulated device was still booting (longer than usually, I guess). Xcode 7.2. (This is not actually an answer to this specific question, but I came here googling the message in the title, so I am writing my note here for if someone else gets the same case as I did)

Solution 8 - Ios

My case wasn't about having two simulators open. It was just because having instruments open as well. Closing Instruments resolved the issue

Solution 9 - Ios

I just fixed the exact same problem by removing the beta version and rebooting the computer.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionfootyapps27View Question on Stackoverflow
Solution 1 - IosMarekRView Answer on Stackoverflow
Solution 2 - IosthegreenpizzaView Answer on Stackoverflow
Solution 3 - IosManiView Answer on Stackoverflow
Solution 4 - Iosuser3397022View Answer on Stackoverflow
Solution 5 - IosswimmingView Answer on Stackoverflow
Solution 6 - IosAshuView Answer on Stackoverflow
Solution 7 - IosAndriy KashchynetsView Answer on Stackoverflow
Solution 8 - IosmfaaniView Answer on Stackoverflow
Solution 9 - IosbensjView Answer on Stackoverflow