How to convert the Xcode 3.2.5 version code to the Xcode 4?

link|improve this question

0% accept rate
Xcode 4 is still unreleased, and therefore under Apple’s non-disclosure agreement. Visit devforums.apple.com to discuss it. – Jeff Kelley Feb 14 '11 at 20:09
1. Xcode4 ist still covered by the NDA you signed with apple. 2. Not necessary. – Matthias Bauch Feb 14 '11 at 20:10
But I need to deploy my app to test in iPhone 4, which is coded in XCOde 3.2.5 and It is perfectly working in ipod touch...!! – RKK Feb 14 '11 at 20:12
I mean XCode4 Preview --> XCode 4GM Seed – RKK Feb 14 '11 at 20:14
@RKK: you won't be able to deploy anything if Apple revokes your developer status for breaking an NDA. – Paul R Feb 14 '11 at 20:43
show 2 more comments
feedback

1 Answer

You shouldn't need to convert any code. Xcode is a development environment, not a compiler.

(Of course, the word "shouldn't" has been the enemy of programmers for centuries.)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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