8

Since updating to Xcode 7.1, I have seen the iOS 7.1 Simulators return as a build option. However, when building to these, I get the following error:

The iOS 7.1 simulator runtime is not available.

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

Now I know in Xcode 7.0 the iOS 7.1 Simulators were not available, but they also were not visible, so I'm wondering why they have re-appeared?

Can anyone explain what's going on?

Pang
  • 9,564
  • 146
  • 81
  • 122
o.akrout
  • 399
  • 5
  • 13

1 Answers1

0
  1. Please check How can I run the iOS 7.1 Simulator in Xcode 7.0 beta 2?
  2. Also, you may use simulator iphone 4s (9.1) and just compile your code for 7.1
Community
  • 1
  • 1
Konstantinos
  • 101
  • 1
  • 9
  • 1. I checked it already, and it was not working. 2. What I actually need, is the other way around. Let's just hope that it will be fixed in the next release. – o.akrout Oct 28 '15 at 09:43