Reputation: 585
Good Evening, The problem is that i have both xcode 3.2 and xcode 4 and i want to transfer the installed sdks from xcode 3.2 to xcode 4.0. is that even possible?? I am building an app for 3.1.3 in xcode 3.2 and i want to transfer my work to xcode 4.0. Is it as simple as copying the sdks from one folder to another?
I hope my question is clear.
thank you,
L_Sonic
Upvotes: 0
Views: 4108
Reputation: 16588
If you want to test on older devices, you may install simulators at xCode preferences/Downloads/Components.
Upvotes: 0
Reputation: 9157
I think you can just set the iOS deployment target to 3.1 in your project settings. I don't know if XCode will actually warn you if you're using an API call that's only available in 4.0 though.
More here.
Upvotes: 1