I have tried to install Xcode 3.2.x on Lion using two methods below, but both failed. Did anyone succeed with that two methods?
Method 1:
- right click on "Xcode and iOS SDK.mpkg" and choose show package content;
- modify the Contents/iPhoneSDKSL.dist to replace "10.7" with "10.8" in it;
- install.
Method 2:
- open the terminal;
- export COMMAND_LINE_INSTALL=1;
- open "/Volumes/Xcode and iOS SDK/Xcode and iOS SDK.mpkg"
- uncheck all but the first one that include sdk and ide to install.
Besides, I also tried to use both two methods together, but failed again.
Any help?