【发布时间】:2015-10-27 06:22:24
【问题描述】:
我想为 iOS 7.1 及更高版本的用户启动我的应用程序。在 iOS 7.1 模拟器上运行后安装 Xcode 7.1 后,它给出了
The iOS 7.1 simulator runtime is not available.
Unable to open liblaunch_sim.dylib. Try reinstalling Xcode or the simulator runtime.
看完解决方法
How can I run the iOS 7.1 Simulator in Xcode 7.0 beta 2?
正如您在 cmets 中看到的,El capitan 和 Xcode 7.1 也无法正常工作。
我在这里唯一想要的是我的应用程序应该可供 iOS 7.1 及更高版本的用户使用。
【问题讨论】:
-
你需要用真机测试有7.1版本。在模拟器中是不可能的
-
这里有一个技巧可以帮助你,stackoverflow.com/a/32513587/656600。
标签: ios objective-c xcode xcode7 ios7.1