Xcode 11.2 is missing simulators [duplicate]

笑着哭i 提交于 2020-05-28 09:46:44

问题


I've been using deployment target 12.2 and the iPhone SE simulator with Xcode 10.3 for a while.

Recently Xcode was updated to 11.2 and a new project I started with it uses 12.4 but all of the old simulators (iPhone SE, 5S,...) are missing in the "Run" dropdown list, only these are left:

The same ones are listed in the 12.2 project.

Window - Devices and Simulators - Simulators still lists all the simulators, old and new (screenshot), and I can also add new ones (tried adding the SE one a second time - no success).

If I change the deployment target to 12.0, the iPhone SE is back but with every version newer than that it's the very limited list shown in the screenshot. For the Interface Builder I can still choose the iPhone SE though.

An actual iPhone SE can be updated to iOS 13, so why is it missing here and how do I get at least that simulator back for 12.2/12.4?


回答1:


You can add any previous simulator like this

Click on plus button on bottom

Here how it will be displayed in drop down with iOS 13.1



来源:https://stackoverflow.com/questions/58728370/xcode-11-2-is-missing-simulators

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!