Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you install both Xcode 3 and Xcode 4 preview 6?

Tags:

xcode

ios

xcode4

Is it possible to have both Xcode 3 and Xcode 4 on the same OS instance? Is it possible to write production code in Xcode 4 and then compile it for app store in Xcode 3 ? (From practical point of view)

like image 767
adrin Avatar asked Feb 25 '23 08:02

adrin


1 Answers

You can install XCode into any folder, you don't have to use the default. Mark is right, don't upgrade the Unix package. I make a Beta folder and install the betas into that folder.

like image 189
W Dyson Avatar answered Mar 02 '23 19:03

W Dyson