Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to open liblaunch_sim.dylib

Tags:

ios

ios9

xcode7

Today I have updated xcode. when i tried to run project on simulator(ios version < 9.0) I got this error.

"Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator runtime.

It ran perfectly on ios9.0 simulator. here is screen shot. please help me.enter image description here enter image description here

like image 460
Saurabh Prajapati Avatar asked Sep 28 '15 11:09

Saurabh Prajapati


1 Answers

This will also occur when you don't have the simulator actually installed within XCode. I recently upgraded to XCode 7.1 and didn't install all simulators and received this same error.

  • Go to Preferences -> Downloads
  • Verify you have a checkmark next to the desired Simulator you are trying to run within XCode.
  • If no checkmark, then install the simulator of choice. 8.1, 8.2, 8.3, 8.4
like image 157
Nick N Avatar answered Oct 08 '22 22:10

Nick N