The iOS 8.1 simulator runtime is not available error in Xcode 6.1

后端 未结 6 2111
逝去的感伤
逝去的感伤 2021-01-03 18:02

I was using Xcode 6.0.1 till now and things were fine. Then I upgraded to Xcode 6.1 and tried running my application(which has a deployment target of 7.0) in iPhone 6 simula

6条回答
  •  悲哀的现实
    2021-01-03 18:29

    For anyone still facing this issue, this command worked for me:

    sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService
    

提交回复
热议问题