Xcobe
Xcobe

Reputation: 111

How to include iOS SDK lower than 4.3 in Xcode 4.2

I just upgrade my Xcode to 4.2 because I upgraded my MacOS to Lion.

In this version of Xcode. only includes SDK 4.3, I can set the Deploy Target to 4.0 or other lower version, but different from old Xcode, I can't launched Simulators for lower SDKs.

I also tried download & install lower SDKs from old Xcode package, but seems it doesn't works.

So, in this situation, how I can publish app to support lower SDK devices?

THX~

Upvotes: 3

Views: 1641

Answers (1)

kcharwood
kcharwood

Reputation: 2531

Try opening XCode preferences, go to Downloads, and install the various debugging support options that are present.

Upvotes: 3

Related Questions