How do I install Xcode 3.2.x on Lion?
I tried to install Xcode 3.2.x on Lion using the two methods below, but both failed. Has anyone succeeded with this method?
Method 1 :
- right click on "Xcode and iOS SDK.mpkg" and select show package contents;
- change the contents of /iPhoneSDKSL.dist to replace "10.7" with "10.8" in it;
- install.
Method 2 :
- open a terminal;
- export COMMAND_LINE_INSTALL = 1;
- open "/ Volumes / Xcode and iOS SDK / Xcode and iOS SDK.mpkg"
- uncheck the box other than the first one, which includes sdk and ide to install.
Also, I also tried to use both methods together, but again failed.
Any help?
+3
source to share