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.
相关问题
- Loading local file in WKWebView doesn't workin
- Xcode 6 Storyboard crashing when scrolling to part
- Images.xcassets breaking the laws of targets
- update_all_contenttypes seemingly not working with
- Can't dispatch DDM chunk 46454154: no handler
相关文章
- Navigation bar disappears when typing in UISearchC
- iOS 8 Today widget alignment issue
- RuntimeError: Attempting to capture an EagerTensor
- Using the device simulator for iOS 8 with Xcode 7
- Using UILexicon to implement autocorrect in iOS 8
- Error: “Program type already present: androidx.ver
- Can't see custom keyboard in Safari of iOS8.1
- Can't use Swift classes inside Objective-C uni
I encountered similar problem. Got it resolved. Below are steps to fix it.
Open Simulator
Select Hardware -> Device -> Manage Devices...
This will opens a window containing list of simulator devices
Delete simulator that prompts error by right click on it.
Again add simulator by clicking '+' button onto right corner of window
Quit Xcode and Simulator.Then rebuild build and run.
Happened to me also, run an
xcrun simctl shutdown <simulator uid>
and got the simulator working again.When I came to this issue,I tried to tackle it as follows:
cd /Applications/Xcode.app/Contents/Developer/Applications
In Terminal: open -n Simulator.app.Click Ok.
4.Then there will open a new simulator.
Hope this will help you.
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.
I had the same problem. I reset the settings on the iOS Simulator, and it was fine again.
iOS Simulator -> Reset Content and Settings...