Skip to content
Snippets Groups Projects
Commit 9d725556 authored by Jack Nagel's avatar Jack Nagel
Browse files

Print the attempted command when xcrun wrapper fails

parent 4b4b6e18
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,9 @@ try `/usr/bin/xcrun --find #{arg0} 2>/dev/null`.chomp
ENV["PATH"].split(File::PATH_SEPARATOR).each { |p| try File.join(p, arg0) }
abort <<-EOS
Your Xcode and or CLT are mis-configured. Try some or all of the following:
xcodebuild -license
sudo xcode-select -switch /path/to/Xcode.app
Failed to execute: #{arg0} #{ARGV.join(" ")}
Xcode and/or the CLT appear to be misconfigured. Try one or both of the following:
xcodebuild -license
sudo xcode-select -switch /path/to/Xcode.app
EOS
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