Explicitly tell people not to xcode-select /

Fed up dealing with this bug in xcode-select.
This commit is contained in:
Max Howell 2012-03-15 13:19:43 +00:00
parent 544b3c38c8
commit bf1baa3948

View File

@ -363,6 +363,8 @@ def check_xcode_select_path
sudo xcode-select -switch /Developer
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
DO NOT SET / OR EVERYTHING BREAKS!
EOS
end
end