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:
parent
a4fbae274f
commit
e873411694
@ -333,7 +333,8 @@ class XCodeDependency < Requirement
|
|||||||
end
|
end
|
||||||
|
|
||||||
def message; <<-EOS.undent
|
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
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user