简体   繁体   中英

Downloaded ios simulator doesn't appear at xcode

I downloaded ios 10.3.1 version in xcode 9.4

在此输入图像描述

But I only can select the ios 11 version I already have.

在此输入图像描述

I rebooted OS and restarted Xcode already. I also can see ios 10 simulator when I select "add additional simulators"

在此输入图像描述

There are ios10, 11 simulator both of them. I don't know how to use ios 10 simulators in xcode that I already downloaded.

Change Deployment Target from iOS 11.x to iOS 10.x

在此输入图像描述

(Xcode shows simulator in a device list with iOS version >= Deployment Target.)

在此输入图像描述

If I understand your problem correctly, changing Deployment target should help. It can be found in General section of settings shown when you first launch the app.

To use that the project compatibility should be lesser. That means the Deployment target in your app should be from iOS 10.

Go to project target settings . Deployment target --> 10.x

As the previous answers didn't help me, I'll describe my solution.

The deployment target doesn't always solve the problem, as well as creating a new scheme. The simulators don't appear automatically.

  1. Press Add Additional Simulators 在此输入图像描述

  2. Choose Simulators tab 在此输入图像描述

  3. Create a new device simulator . Choose Device Type and OS Version whichever available 在此输入图像描述

  4. Your simulator should appear 在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM