0

Running the app on the simulator shows: "Unable to boot the iOS simulator". I'm on Xcode 6.0.1.

I tried everything: resetting the simulator; selecting the Xcode 6.0.1 command line tools; restarting the Mac. The problem is still present.

Ricardo Sanchez-Saez
  • 9,466
  • 8
  • 53
  • 92
  • Please check this url. I was faced same problem. It was helped me. http://stackoverflow.com/questions/24023029/error-opening-ios-simulator-with-ios-8-beta-version-unable-to-boot-the-ios-sim – Monikanta Sep 26 '14 at 12:24
  • possible duplicate of [Unable to boot iOS 8 Simulator](http://stackoverflow.com/questions/25987302/unable-to-boot-ios-8-simulator) – Jeremy Huddleston Sequoia Nov 03 '14 at 19:41

2 Answers2

0

Try this. In Xcode menu: Open Developer Tool > iOS Simulator. When it opens, use the menu to go to Hardware > Device > Manage Devices.... In that list, delete the non-working simulators and re-add them.

Also make sure that the Downloads section of Xcode preferences is up to date.

Ricardo Sanchez-Saez
  • 9,466
  • 8
  • 53
  • 92
  • I tried this also but still it showing the same problem. When I open simulator click on Hardware > home then also it shows black screen and after some time again same message show. – Yogesh S Vankudre Sep 27 '14 at 06:40
0

Do you have DYLD_INSERT_LIBRARIES set? If so, this is a dupe of:

Unable to boot iOS 8 Simulator

Check /etc/launchd.conf

Community
  • 1
  • 1
Jeremy Huddleston Sequoia
  • 22,938
  • 5
  • 78
  • 86