mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Emit more specific error text on outdated Xcode
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
This commit is contained in:
parent
3d948b7803
commit
05acfaba33
@ -180,7 +180,7 @@ module Homebrew
|
||||
xcode += " => #{MacOS::Xcode.prefix}" unless MacOS::Xcode.default_prefix?
|
||||
|
||||
<<~EOS
|
||||
Your Xcode (#{xcode}) is too outdated.
|
||||
Your Xcode (#{MacOS::Xcode.bundle_path}) is too outdated.
|
||||
Please update to Xcode #{MacOS::Xcode.latest_version} (or delete it).
|
||||
#{MacOS::Xcode.update_instructions}
|
||||
EOS
|
||||
|
Loading…
x
Reference in New Issue
Block a user