Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

3 Answers

up vote 1 down vote accepted

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.

share|improve this answer

This link may be of some help.

share|improve this answer

If you want to test on older devices, you may install simulators at xCode preferences/Downloads/Components.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.