Xcode project not showing list of simulators

后端 未结 30 2247
隐瞒了意图╮
隐瞒了意图╮ 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: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.

提交回复
热议问题