Reputation: 111
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
Reputation: 2531
Try opening XCode preferences, go to Downloads, and install the various debugging support options that are present.
Upvotes: 3