简体   繁体   中英

How to launch app using Xcode 7.1 with iOS Deployment target iOS 7.1?

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.

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM