Unable to determine simulator device to boot. - Xcode

前端 未结 9 1556
粉色の甜心
粉色の甜心 2020-12-25 09:19

I just downloaded Xcode 6 & played with it a bit.

After switching back to previous version of Xcode and running in simulator, I keep getting this error.

相关标签:
9条回答
  • 2020-12-25 09:55

    There was a simple answer to this for me:

    1. Open the simulator via Xcode -> Open Developer Tool -> iOS simulator (even if it can't launch, the app will be open).
    2. With the simulator app open, go to Hardware -> Device -> Manage Devices.
    3. Add any missing simulators with the plus button (all of mine were missing for some reason).
    0 讨论(0)
  • 2020-12-25 09:55

    I think you have 2 simulator running in the dock. Please close another one simulator and run the project again. It might helpful for you.

    0 讨论(0)
  • 2020-12-25 09:55

    My case wasn't about having two simulators open. It was just because having instruments open as well. Closing Instruments resolved the issue

    0 讨论(0)
  • 2020-12-25 09:57

    I've faced same issue and solved by below steps:

    1) Move xcode6-beta into application folder

    2) Restart mac and open xcode6-beta from application folder.

    0 讨论(0)
  • 2020-12-25 09:58

    I just fixed the exact same problem by removing the beta version and rebooting the computer.

    0 讨论(0)
  • 2020-12-25 09:59

    Make sure you have only one iOS Simulator instance running in the Dock.

    0 讨论(0)
提交回复
热议问题