New Xcode 6 Project - How to run in the iOS 7 Simulator

风流意气都作罢 提交于 2019-11-28 21:09:24

In the Devices window, delete all devices one by one. Now add them back one by one. Now restart the computer (not just Xcode). This will leave you with only good devices and you'll know whether you need to download the older simulators.

I meet this problem too.

  1. Preferences -> Downloads -> Components
  2. Then click the download button.

    • If you've downloaded them before, Xcode will install them directly.

Maybe you've just update your Xcode. Xcode 6 is not installed 7.x simulators as default. However, you installed them on previous version Xcode.

I resolve this issue by performing the following steps:

1) From my Xcode 6.1 --> Opens available simulators/devices Devices List.

2) Then Click on the bottom of the list more simulator button --> Download simulator windows opens.

3) Download your desire simulator 7.0 or 7.1 or both.

If simulators downloaded before,then Xcode will install them automatically.

Check the Screen Shots:

Hope this will help you out cheers.

Based on the output of simctl list, you should see the 8.0 simulators in Xcode but not the 7.x simulators. The 7.x simulators will appear once you download and install the 7.x simulator runtimes.

mayqiyue

I face the same problem. And I have fixed it. When you update to Xcode 6.0+, the Xcode will break the runtime of iOS 7 simulators. Though you have the Devices of iOS 7.1 but without runtime, the simulators are not available. You must download the 7.1 runtime again.

But we all know download the simulators in Xcode is very painful. An easier way is to copy the "iOS 7.1 SDKs" form other's Mac (in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs).

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