Skip to content
Snippets Groups Projects
Commit 9772e080 authored by Max Howell's avatar Max Howell
Browse files

Specify current Xcode to aid issue-diagnosis

I saw a ticket with just doctor output and no `brew --config`. This helps.
parent 7cedf676
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ def check_for_latest_xcode
else "4.3"
end
if MacOS.xcode_version < latest_xcode then <<-EOS.undent
Your Xcode version is outdated
You have Xcode-#{MacOS.xcode_version}, which is outdated.
Please install Xcode #{latest_xcode}.
EOS
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment