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


2 answers


Actually I'm not sure if you can do this. Because Xcode 3 is too old for Lion. But there may be some kind of hack.



+1


source


Try to set the system clock in time. I was unable to do this due to the old certificate. I used May 6, 2011.



0


source







All Articles