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
Restarting the computer solved this for me. I restart very rarely so I would never normally have thought of this!
I just quit the Xcode and then remove all derrived data. Then relaunch Xcode and do cleaning, build it wait for it's indexing complete then run the project and issue get resolved.
Quit iOS simulator. Change Target iOS Simulator to any other iPhone or iPad and then run app. Its working for me.
This will kill any booted/running simulators even if the .app is not shown:
Applicable for Xcode 6.x, here is the command-line solution (type on Terminal window):
Where is the id of the device you want to launch. You can get the list of devices and their UDIDs here:
Delete all devices on Simulator->Hardware, and add them back, not working :(
Bug or not, restarting Xcode doesn't work for me; could not get Simulator back to work until restarting my computer and it seems the adding-back had failed before restarting.