简体   繁体   中英

Missing iOS 9.0 simulator in Xcode 7

I am trying to build MobileVLCKit and at the end of the compilation appears:

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. How can I install 9.0 SDK manualy?

You can't install the 9.0 SDK. You have the 9.1 SDK. Just use the "iphoneos" SDK. It will work fine for targeting iOS 9.0 or iOS 8.x deployment targets.

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