1

Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator runtime. It seems that all iOS simulators below 9 are not available (after updating to Xcode 7 from Xcode 6.4), though Xcode lets me build for it...enter image description here

dang
  • 1,549
  • 1
  • 20
  • 25
  • see this link may be helps you http://stackoverflow.com/questions/26846139/the-ios-8-1-simulator-runtime-is-not-available-error-in-xcode-6-1 – Anbu.Karthik Sep 24 '15 at 10:32
  • @Anbu.Karthik thank you but Unfortunately this:http://stackoverflow.com/questions/26846139/the-ios-8-1-simulator-runtime-is-not-available-error-in-xcode-6-1 did not help me, thats why I upload my solution... (I should have marked it in my question though) – dang Sep 24 '15 at 11:25
  • see this link also http://stackoverflow.com/questions/31056634/how-can-i-run-the-ios-7-1-simulator-in-xcode-7-0-beta-2 – Anbu.Karthik Sep 24 '15 at 12:11
  • Anbu.Karthik please read carefully the content of the link you just sent. First of all its xcode beta2 and not official release. Second, the answer that was accepted there is that you can not use other simulator however the correct answer is that you can (on the official release). Third, please remove your negative vote out of my question and answer please. Thanks – dang Sep 25 '15 at 14:07
  • bro I am not give negative vote , if you have a doubt I give my login details – Anbu.Karthik Sep 26 '15 at 07:05

2 Answers2

1

enter image description hereYou need to open Preferences -> Download -> iOS 8.2 or any other iOS you like

dang
  • 1,549
  • 1
  • 20
  • 25
0

I have faced this issue in Xcode 8.2. I have quitted the current Xcode and restart it again. I find all my downloaded simulators in the list.I selected one of them and run the application. App ran properly.