Aladdin Gallas
Aladdin Gallas

Reputation: 701

Targeting iOS 4.x devices under XCode 4.6

I'have Xcode 4.6 and the minimum iOS version I can target is 4.3 ! How can I target iOS 4.x devices using my XCode ? Is that possible ?

Thank you for your help !

Upvotes: 0

Views: 2661

Answers (1)

Sten
Sten

Reputation: 3864

Xcode 4.6 (and 4.5) can not target lower than 4.3. You can download older versions of Xcode than can target lower versions of iOS from Apple: https://developer.apple.com/downloads/index.action?name=Xcode

You can use several versions of Xcode in parallel.

Upvotes: 4

Related Questions