Reputation: 928
I was working in Xcode 7.3 last night but it was crashing for some crazy reason whenever I tried to debug, but this isn't the issue.
Point is, I'm trying to downgrade to Xcode 7.2 (not 7.2.1, from https://developer.apple.com/downloads/). I've downloaded and installed from the dmg and have Xcode 7.2 running, however none of my simulators are listed for currently existing projects that I had worked with in 7.3. How do I get them to appear?
When I create a new project, the iOS simulators show up correctly. See below:
Upvotes: 0
Views: 115
Reputation: 66
Just go to Window > Devices and click the "+" Button in the lower left corner. There you should be able to add any simulator you need.
If that doesn't work, you can check Xcode > Preferences > Downloads and try to download simulators.
Upvotes: 2