I am looking for a full guide on how to trick Xcode3 to run under Lion.
I am aware that Apple does not support this, but this doesn't meant it's impossible, it's just not supported.
|
feedback
|
|
First you have to obtain the Xcode 3.2.6 install to work. The installer is not going to work on Lion so you have two alternatives:
Also here are some other things you may have to clean inside the xcode projects:
| ||||
|
feedback
|
|
This is how I upgraded my dev environment to Lion. I am only doing it this way because I'm in a crunch and have some issues with Xcode 4. I'm just sharing what I did and the issues I encountered, not recommending anything:
BUT, the debugger seems unhappy with some things... Though I can step and break, I can't evaluate some expressions. For example, the twist pane won't display contents of complex structures. I'm wondering if others have debugger issues with the 3.2.x Xcode (GDB) on Lion? Thanks, Rick | |||
|
feedback
|