10
1
I'm trying to installed Ruby using Homebrew, the OSX package manager.
When I run 'brew install ruby' I keep getting the message 'Warning: XCode is not installed!'. XCode is installed, it's lying.
Is there anything I can try to fix this? I'm running Lion with XCode 3.2.6.
I'm not really looking to use any of the new XCode stuff tho... It's not like Homebrew had a dependency on XCode 4... – Jaco Pretorius – 2011-11-03T19:57:15.680
@slhck - turns out you were right. Upgrading to XCode 4 solved it. So I guess the actual bug here is that the error message is incorrect - it should say something like 'Warning: You are using an outdated version of XCode'. If you post that as the answer I'll accept? – Jaco Pretorius – 2011-11-03T21:45:51.007