简体   繁体   中英

XCode Base SDK older then Deployment target

I have a project that uses Base SDK 10.4. For some reason (using LLVM C++ standard library) I need to set Deployment Target to 10.7. But when I try to build project I have an error: 'Availability.h' file not found. So I have a main question: is it possible to use Base SDK older then Deployment Target?

不,你可以有一个部署目标比基本SDK较低,但在编译时对10.4您不能部署为10.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