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条回答
ゆ 、 Hurt°
2楼-- · 2019-01-14 00:45

Please check your deployment target, Deployment target is greater than your iOS version this problem occurs.

查看更多
Viruses.
3楼-- · 2019-01-14 00:46

Deleting derived data and restarting Xcode worked in my case.

rm -rf ~/Library/Developer/Xcode/DerivedData/*
查看更多
看我几分像从前
4楼-- · 2019-01-14 00:46

Set proper deployment target. And also the simulators with greater/same deployment target versions needs to be downloaded.

查看更多
闹够了就滚
5楼-- · 2019-01-14 00:46

I tried deleting all of my DerivedData but that didn't help. For some reason none of the devices were appearing, although all the simulators were in the list when I clicked "Add Simulators". I took a shot and tried Product -> Build For -> Running and compiled the app. Once it succeeded, all my devices reappeared.

¯\_(ツ)_/¯

查看更多
登录 后发表回答