Xcode iPhone - Base SDK, Active SDK difference?

寵の児 提交于 2019-12-04 18:33:32

问题


What's the difference between the "Base SDK for all configurations" and the "Active SDK" in Xcode?


回答1:


The "Active SDK" value is effectively a build-time override of your "Base SDK" value, and determines which version of the SDK is used to build your application. In general, you should build your application against the latest stable SDK (at the moment, that's the non-beta 3.0 SDK), and set your "iPhone OS Deployment Target" to the version of the oldest device you intend to support (e.g. 2.2.1).



来源:https://stackoverflow.com/questions/1109609/xcode-iphone-base-sdk-active-sdk-difference

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!