Skip to content

Instantly share code, notes, and snippets.

@bdeshong
Created August 19, 2014 20:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdeshong/2dd90add09b7287a9a85 to your computer and use it in GitHub Desktop.
Save bdeshong/2dd90add09b7287a9a85 to your computer and use it in GitHub Desktop.
Xcode 6 beta 6 iOS 8 simulator errors
8/19/14 4:29:18.557 PM com.apple.CoreSimulator.CoreSimulatorService[22614]: Error Domain=com.apple.CoreSimulator.SimError Code=146 "Unable to lookup in current state: Shutdown" UserInfo=0x7f8e085107e0 {NSLocalizedDescription=Unable to lookup in current state: Shutdown}
8/19/14 4:29:18.557 PM com.apple.CoreSimulator.CoreSimulatorService[22614]: Error Domain=com.apple.CoreSimulator.SimError Code=146 "Unable to lookup in current state: Shutdown" UserInfo=0x7f8e085107e0 {NSLocalizedDescription=Unable to lookup in current state: Shutdown}
8/19/14 4:29:18.557 PM Xcode[52276]: [MT] iPhoneSimulator: Unable to connect to "com.apple.instruments.deviceservice.lockdown" (Error Domain=com.apple.CoreSimulator.SimError Code=146 "Unable to lookup in current state: Shutdown" UserInfo=0x7f8a3ad2c5b0 {NSLocalizedDescription=Unable to lookup in current state: Shutdown})
8/19/14 4:29:18.957 PM com.apple.CoreSimulator.CoreSimulatorService[22614]: Error Domain=com.apple.CoreSimulator.SimError Code=142 "The iOS 8.0 simulator runtime is not available." UserInfo=0x7f8e0a808fc0 {NSLocalizedDescription=The iOS 8.0 simulator runtime is not available., NSLocalizedRecoverySuggestion=Download the iOS 8.0 simulator runtime from the Downloads section in Xcode's Preferences., NSLocalizedFailureReason=runtime path not found}
8/19/14 4:29:18.957 PM com.apple.CoreSimulator.CoreSimulatorService[22614]: Error Domain=com.apple.CoreSimulator.SimError Code=142 "The iOS 8.0 simulator runtime is not available." UserInfo=0x7f8558614370 {NSLocalizedFailureReason=runtime path not found, NSLocalizedRecoverySuggestion=Download the iOS 8.0 simulator runtime from the Downloads section in Xcode's Preferences., NSLocalizedDescription=The iOS 8.0 simulator runtime is not available.}
@jinmingmu
Copy link

same issue, tried everything i could find online.....

@fangpenlin
Copy link

I encountered the same issue here :/

@fangpenlin
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment