XCodeDependency: Clarify that Xcode.app is needed

Clarify the error message arising from XCodeDependency so that users know
XCode.app is needed and that just installing the CLT does not count as
"installing XCode".
This commit is contained in:
Charlie Sharpsteen 2012-08-24 13:28:36 -07:00
parent a4fbae274f
commit e873411694

View File

@ -333,7 +333,8 @@ class XCodeDependency < Requirement
end
def message; <<-EOS.undent
XCode is required to compile this software.
A full installation of XCode.app is required to compile this software.
Installing just the Command Line Tools is not sufficent.
EOS
end
end