xcode8 list of simulators not showing

Ryan Cocuzzo picture Ryan Cocuzzo · Aug 8, 2016 · Viewed 24.7k times · Source

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?

Answer

Yoichi Tagaya picture Yoichi Tagaya · Sep 10, 2016

Deleting derived data and restarting Xcode worked in my case.

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