Xcode 6.1.1 freezes when adding simulators using device panel - mavericks

The project that I started in Xcode 5, I opened after upgrading to Xcode 6.1.1. At some point, the list of simulator devices became empty, so I tried to configure them.

When I go to the device panel (from the Window menu) and click the β€œ+” sign in the lower left to display the Create New Simulator panel, when I click Create to create a simulator, then Xcode freezes with a beach ball.

+4
source share
2 answers

Although the Xcode application was uninstalled and reinstalled, the solution to this problem was to reboot the system.

+4
source

Did you rename the application?
I had this problem because I renamed the application from "Xcode.app" to "Xcode 6.1.1.app".
When I did this, all my simulators disappeared, and if I tried to create a new one, Xcode freezes.
As soon as I called it back to "Xcode.app", everything was fine.

+2
source

All Articles