Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to boot device in current state: Booted

Any guess on "Unable to boot device in current state: Booted" error in Xcode6 beta while running (build+run) project in Simulator. I am just running my existing project in Xcode 6 I found above message. I tried cleaning, deleting of the derived data, even restarting the simulator doesn't work. Finally i restarted my Xcode 6 then it is working. Any simpler way to resolve the error instead of restarting your xcode6.

Screenshot for error

like image 452
ajay Avatar asked Jun 10 '14 07:06

ajay


People also ask

What is Simctl?

Simctl is a tool to help manage and programmatically interface with the simulator. You can access simctl using the xcrun command-line tool. Now, you'll explore several of these subcommands. Run the following: xcrun simctl list. The list command shows the list of all the available devices and the runtimes.

How do I launch Xcode simulator?

You can find the binary at /Applications/Xcode. app/Contents/Developer/usr/bin/simctl and you can use it with xcrun command-line tool. This binary is similar to the adb for Android. To check all available options of simctl enter the below-mentioned command in the terminal.


1 Answers

In Xcode go to the Xcode menu->Open Developer Tool - IOS Simulators. Choose simulator and then go hardware->device->manage device.

If the troubled device shows in the left column, delete it. Then add the device back from the '+' button. If it wasn't there in the first place, simply add it using the '+' button.

like image 137
Micah Avatar answered Oct 06 '22 23:10

Micah