0

I want to launch my app for users who have iOS 7.1 and ahead. After installing Xcode 7.1 after running on iOS 7.1 simulator its giving

The iOS 7.1 simulator runtime is not available.

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

After reading solutions of

How can I run the iOS 7.1 Simulator in Xcode 7.0 beta 2?

As you can see in comments also with El capitan and Xcode 7.1 its not working.

The only thing which i want here is my app should be available for iOS 7.1 and ahead users.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Shrikant K
  • 1,988
  • 2
  • 23
  • 34

2 Answers2

0

You will need a device with iOS 7.1 to check your app. If you have deployment target set to 7.1 it should run on that device with no problem.

Nameet
  • 650
  • 8
  • 20
0

Older Simulator runtimes are available for download through Xcode's preferences.

Goto Xcode -> Preferences -> Downloads to see the list of compatible legacy simulator runtimes.

El Capitan supports iOS 8.1 and newer runtimes.

Yosemite supports iOS 7.1 and newer runtimes.

There is a known issue mentioned in the Xcode release notes which prevents the iOS 7.1 simulator runtime from working in Xcode 7.

Thus, you can't currently use the iOS 7.1 simulator runtime with Xcode 7.

Piyush Sharma
  • 1,891
  • 16
  • 23