Unable to create simulator in Xcode 7

When I open the beta version of Xcode 7.0, I cannot create a simulator. I press the blue button and nothing happens. The error message is not displayed and I am not getting any feedback.

Xcode 7 simulator error

Xcode → Settings → There are no downloaded SDKs in the downloads. Empty downloads

+4
source share
2 answers

Xcode beta does not use the latest command line tools; you can install the correct version in Xcode -> Preferences -> Locations -> Command Line Tools. Command Line tools screenshot

Credit: I found a solution here ; this seems like the same error, but Xcode 7 does not give me an error message (or any feedback)

+2
source

go to "/ Library / Developer / CoreSimulator / Profiles / Runtimes" and delete the runtime

. : https://forums.developer.apple.com/thread/11706

+6

All Articles