From 92be5bb1939648f6089369c2ef263ecb3bbba798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Mon, 20 Oct 2014 20:28:52 +0200 Subject: [PATCH] doctor: Xcode 6.1 is in the App Store Closes Homebrew/homebrew#33397. Signed-off-by: Misty De Meo --- Library/Homebrew/cmd/doctor.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index c1a0d20ab8..8060166e61 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -254,9 +254,7 @@ if MacOS.version >= "10.9" if MacOS.version == :yosemite && MacOS::Xcode.latest_version == "6.1" s += <<-EOS.undent Xcode 6.1 is required on Yosemite to compile anything (6.0.1 does not include - the 10.10 SDK). Apple have not yet uploaded it to the App Store. Instead it must - be downloaded from: - https://developer.apple.com/downloads/download.action?path=Developer_Tools/xcode_6.1/xcode_6.1.dmg + the 10.10 SDK). You can install it from the App Store. For some software installing the CLT may be enough: xcode-select --install