Search code examples
iosxcodeios-simulatorxcode8xcode8-beta4

xcode8 list of simulators not showing


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?


Solution

  • Deleting derived data and restarting Xcode worked in my case.

    rm -rf ~/Library/Developer/Xcode/DerivedData/*