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 solved this issue by this way:
I don't know if this is any help to you guys but in my case I had this issue when I had a simulator window already open and I tried the command line invocation of simulator to run a .app file.
I just quit all of my simulator windows and ran the command again. That fixed it.
From terminal, get the list of devices with:
This will show you your list of devices with "Shutdown" or "Booted". You'll likely see your device is in a "Booted" state. You can shut it down with:
Where
<simulator id>
is the name of the device in the list. For example: