5

When I open Xcode 7.0 beta version, I cannot create a simulator. I click the blue button and nothing happens at all. No error message is displayed and I get no feedback.

Xcode 7  simulator error

Xcode -> Preferences - > Downloads does not show any SDKs to download. Empty downloads

Kevin
  • 16,696
  • 7
  • 51
  • 68

2 Answers2

6

go to "/Library/Developer/CoreSimulator/Profiles/Runtimes" and removed the runtimes

This work for me. Credit: https://forums.developer.apple.com/thread/11706

Claudio Castro
  • 1,541
  • 12
  • 28
3

The Xcode beta version is not using the newest command line tools; you can set the correct version in Xcode -> Preferences -> Locations -> Command Line Tools. Command Line tools screenshot

Credit: I found the solution here; it seems like the same error but Xcode 7 doesn't give me an error message (or any feedback)

Community
  • 1
  • 1
Kevin
  • 16,696
  • 7
  • 51
  • 68