Xcode iPhone - Base SDK, Active SDK difference?
Asked Answered
S

1

10

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

Selvage answered 10/7, 2009 at 13:43 Comment(0)
K
21

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).

Kathlenekathlin answered 12/7, 2009 at 6:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.