简体   繁体   English

无法在新的XCode6.1中运行iPhone 5s模拟器

[英]Can't run iPhone 5s simulator in new XCode6.1

I just upgraded my macbook OS to Yosemite and updated XCode from 6.0 to 6.1 and now when I build my project and try to run for iPhone 5s with iOS7.0 simulator , it gives me an error saying " iPhone 5s is not available, please select a different device and try again ". 我刚刚将我的macbook OS升级到Yosemite并将XCode从6.0升级到6.1现在当我构建我的项目并尝试使用iOS7.0模拟器运行iPhone 5s时,它给出了一个错误,说“ iPhone 5s不可用,请选择一个不同的设备,然后再试一次 “。 In XCode 6.0, this was working totally fine. 在XCode 6.0中,这完全正常。

Following are the build settings for my app 以下是我的应用的构建设置

   Architecture - Standard Architecture(armv7, arm64)
   Base SDK - Latest iOS(iOS 8.1)
   Valid architectures - arm64, armv7, armv7s
   iOS Deployment Target - iOS6

找到了真正的答案

The earliest simulator runtime supported on Yosemite is 7.1. 

Also happened here with iPhone 5s 7.1 being used. 这里也发生了使用iPhone 5s 7.1。 I found out I had accidentally interrupted the 7.1 simulator download. 我发现我不小心打断了7.1模拟器的下载。 I had to open Downloads ( Command + , ) and let Xcode finish downloading it. 我不得不打开下载(Command +,)并让Xcode完成下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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