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?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Swift - hide pickerView after value selected
Please check your deployment target, Deployment target is greater than your iOS version this problem occurs.
Deleting derived data and restarting Xcode worked in my case.
Set proper deployment target. And also the simulators with greater/same deployment target versions needs to be downloaded.
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.
¯\_(ツ)_/¯