Reputation: 2919
I'm currently building a web app, which is built with Xcode 3.2.5 and iOS 4.2. If I update to Xcode 4, can I still build for iOS 4.2 and target devices iPhone 3GS?
Upvotes: 0
Views: 145
Reputation: 8109
Yes you can still build for iOS 4.2 or 3GS - no problem. All you need to set is the deployment target to 4.2 and you can generate a build for iOS 4.x without any problems.
Upvotes: 1