o.akrout
o.akrout

Reputation: 399

iOS 7.1 simulator not working on Xcode 7.1

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?

Upvotes: 8

Views: 2363

Answers (1)

Konstantinos
Konstantinos

Reputation: 101

  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

Upvotes: 0

Related Questions