Xcode project not showing list of simulators

后端 未结 30 2099
隐瞒了意图╮
隐瞒了意图╮ 2020-12-12 18:46

I open my project in Xcode 6.1. When I try to run the project, the button is grayed out. When I try to go to Product > Clean, the option is grayed out. When

相关标签:
30条回答
  • 2020-12-12 19:16

    Quite Xcode and Open it again, it will show. For me it's worked.

    0 讨论(0)
  • 2020-12-12 19:17

    For those coming from Unity, even if you manage to make them show up (by changing Build Settings > Supported Platforms to iOS it would not run in the simulator.

    Instead, you need to select this Simulator SDK :

    And make sure something other than Metal exist.

    Then the simulator device list will be there from start.

    0 讨论(0)
  • 2020-12-12 19:18

    Just check your Deployment Target where XCode support it or not.

    0 讨论(0)
  • 2020-12-12 19:20

    Looks like Xcode hides that menu when the window is a certain size. You have to make your window quite large before it comes back.

    0 讨论(0)
  • 2020-12-12 19:21

    For anyone struggling with this, I tried the mentioned options without success. Turns out all I needed to do was just quit and relaunch Xcode. Simple things can be annoying sometimes.

    0 讨论(0)
  • 2020-12-12 19:24

    In my case i'd accidentally deleted ios devices in system Finder -> Library->Devices->Core simulator

    So, the simulators are not listed in the Xcode project except ios device.

    I solved this by adding ios simuulators from Xcode->Window->Devices->Add simulators

    Hope it'll help someone.

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