You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.
It can run quite well for some time. But then I got this error.
NSUnderlyingError=0x7f91bc001b40 {Error Domain=com.apple.CoreSimulator.SimError Code=163 "Unable to boot device because it cannot be located on disk." UserInfo={NSLocalizedRecoverySuggestion=Use the device manager in Xcode or the simctl command line tool to either delete the device properly or erase contents and settings., NSLocalizedDescription=Unable to boot device because it cannot be located on disk., NSLocalizedFailureReason=The device's data is no longer present at /path/to/device
Do you have any idea how to fix it?
The text was updated successfully, but these errors were encountered:
I have seen such errors lately, with a more thorough error message from fbsimcontrol though.
Try to kill all running sims with killall -9 com.apple.CoreSimulator.CoreSimulatorService
Alternatively, I've noticed that when experimenting, it's easy to leave some simulators hanging around, which ends up causing startup failures after a while.
I'm now careful to shutdown the sims before deleting their root folder. Rebooting tends to solve those "too many sims running issues" too.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a config like below:
It can run quite well for some time. But then I got this error.
NSUnderlyingError=0x7f91bc001b40 {Error Domain=com.apple.CoreSimulator.SimError Code=163 "Unable to boot device because it cannot be located on disk." UserInfo={NSLocalizedRecoverySuggestion=Use the device manager in Xcode or the simctl command line tool to either delete the device properly or erase contents and settings., NSLocalizedDescription=Unable to boot device because it cannot be located on disk., NSLocalizedFailureReason=The device's data is no longer present at /path/to/device
Do you have any idea how to fix it?
The text was updated successfully, but these errors were encountered: