简体   繁体   English

Xcode 7中缺少iOS 9.0模拟器

[英]Missing iOS 9.0 simulator in Xcode 7

I am trying to build MobileVLCKit and at the end of the compilation appears: 我正在尝试构建MobileVLCKit,并在编译结束时出现:

xcodebuild: error: SDK "iphoneos9.0" cannot be located.

I tried to add device with iOS 9.0 manualy, but only 9.1 or 8.x are available. 我尝试手动添加具有iOS 9.0的设备,但仅提供9.1或8.x。 How can I install 9.0 SDK manualy? 如何手动安装9.0 SDK?

You can't install the 9.0 SDK. 您无法安装9.0 SDK。 You have the 9.1 SDK. 您有9.1 SDK。 Just use the "iphoneos" SDK. 只需使用“ iphoneos” SDK。 It will work fine for targeting iOS 9.0 or iOS 8.x deployment targets. 对于定位iOS 9.0或iOS 8.x部署目标,它可以正常工作。

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

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