ios - xcodebuild can't connect to the Simulator -
ios - xcodebuild can't connect to the Simulator -
i errors this:
2014-10-16 13:14:50.996 xcodebuild[6775:1007] [mt] iphonesimulator: unable connect "com.apple.instruments.deviceservice.lockdown" (error domain=com.apple.coresimulator.simerror code=146 "unable lookup in current state: shutdown" userinfo=0x7fabd4043b30 {nslocalizeddescription=unable lookup in current state: shutdown}) i'm using xcode 6.0.1 , trying run tests via jenkins. have problem command line: running tests in xcode fine.
i've tried deleting contents of deriveddata, uninstalling , reinstalling xcode, , rebooting machine – nil seems help.
i had same problem , killing simulator before running xcodebuild helped.
killall -9 "ios simulator"
ios xcode jenkins xcode6
Comments
Post a Comment