views:

395

answers:

1

I want to test the new OS 4 beta but I still need to update my OS 3 apps on AppStore. Is it possible to install iPhone SDK 4 beta and SDK 3 on the same Mac? Thanks!

+3  A: 

You can install XCode (and the associated iPhone SDKs) to a folder other than 'Developer', leaving your current iPhone SDK installation intact. You can use 'DeveloperBeta' for example. During the installation, right after choosing which Volume to install to, click on the 'Developer' folder entry and select 'Other' to choose a different folder.

Afterward, make sure you open your desired XCode version and open your .xcodeproj files from there, because double-clicking on .xcodeproj (or other iPhone source files) will probably open the beta XCode version by default.

Tom S
i can verify for the OP that this works, i have my 3.x in /Developer and my 4.x in /DeveloperBeta works fine
Jonathan
Thanks a lot for this !
Christophe Konig
0 down vote I used the default install settings, ant its working flawlessly.
Olav