I would like to install both Xcode 3 and Xcode 4 on the same OS instance using the headless installation mode (I cannot VPN). Xcode3 must be installed in the folder indicated by Developer3, Xcode4 in Developer4.
I installed Xcode using -showChoicesXML (sudo installer -showChoicesXML -pkg "Xcode and iOS SDK.mpkg" -target mytarget), trying to determine if I can configure the default folder - I did not find anything useful,
Is it safe to install Xcode in the / Developer folder and then rename the folder to a different name? It may be a solution, but I believe that it will not work properly.
Thanks.
source share