5 ms·
What is worth mentioning, if you had an earlier version of XCode installed, upgrade to Lion breaks it.
by alexg0 15y ago
What is worth mentioning, if you had an earlier version of XCode installed, upgrade to Lion breaks it.
- masklinn 15y agoWasn't that always the case as well? I don't remember but that seems likely since Apple always releases a new Xcode version synchronized with the main OS.
- alexg0 15y agoCan't say, I am recent OS X convert. Took me a second to figure out why all the stuff I installed with brew stopped working. Turned out git somehow got uninstalled/disabled, and brew relies on being able to find gcc in the path, and it was no longer there. Updated to newer XCode to get gcc back, and all is happy.