Reputation: 701
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
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