Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't create simulator in Xcode 7

Tags:

xcode7

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

like image 322
Kevin Avatar asked Jun 19 '15 22:06

Kevin


People also ask

Can not type in iOS simulator?

Before you start typing (when the on-screen keyboard shows up), press just the command key by itself and then release it. This should re-enable the keyboard in the simulator.

How do I change generic iOS device to simulator Xcode?

Open Xcode, Goto Preferences, Select Component. Click on Simulators of your choice then it will start the process of download & installing the simulators.

How do I get Xcode iPhone simulator?

You can either use the Apple App Store (easiest way) to install XCode or get the DMG/XIP file to install it if you do not use the App Store. Start iPhone/iOS Simulator. app to launch the Simulator.


1 Answers

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

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

like image 153
Claudio Castro Avatar answered Oct 05 '22 19:10

Claudio Castro