xcode8 list of simulators not showing

2019-01-14 00:12发布

I have been only recently working with Xcode 8 beta 4 but it has been working fine up until now. The list of simulators is not showing for any of my projects. I already tried Creating a new Scheme and it did not work. How do I fix this?

16条回答
Melony?
2楼-- · 2019-01-14 00:31

Ensure your Deployment Target version in Build Settings is also set to the desired version (and that you have that version of the respective simulator installed). In the below example, if that were set to 10.3 and I didn't have an iOS 10.3 simulator installed, I wouldn't be able to see any simulators. But because it's set to 10.1, and I have 10.1 simulators installed, I can see them. enter image description here

查看更多
Rolldiameter
3楼-- · 2019-01-14 00:37

I renamed by Xcode.app to Xcode_old.app and suddenly all my simulators gone also not able to add new simulators. Then i created new folder with name Xcode (or whatever you want) then paste the xcode 8.3 version in that.

查看更多
祖国的老花朵
4楼-- · 2019-01-14 00:38

Follow the below steps to fix this issue.

Step 1: Quit all the XCodes and respective simulators.

Step 2: Open Xcode 8 and go to Xcode Menu -> Open Developer tool -> Simulator.

Step 3: Quit the Xcode 8 and reopen.

查看更多
一夜七次
5楼-- · 2019-01-14 00:41

Step 1:

Product -> Destination -> Download Simulators... Download the simulator(s) you need.

Step 2:

After you downloaded the new simulators, they don't automatically add in the list of simulators.

Product -> Destination -> Add Additional Simulators... Click the + button in the lower left hand corner, then Add Simulator. Give a name, device type, and the iOS version you downloaded.

Step 3:

Set deployment target. If you have downloaded simulators of lower versions, set the deployment target to the same.

Now, it should show up in your list of simulator devices!

查看更多
神经病院院长
6楼-- · 2019-01-14 00:42

You can Go on menu bar: Go to folder enter below path ~/Library/Developer/CoreSimulator/ Select Device and delete all device list and reopen x-code project its working fine

查看更多
叛逆
7楼-- · 2019-01-14 00:45

Faced a similar issue with Xcode 8.3.2 (on Sierra) where installed devices were not showing up. Unfortunately restarting Xcode did not work for me but rebooting the machine did. Also answered on Apple developer forum

查看更多
登录 后发表回答