Commit 21ad695f authored by Brian Gesiak's avatar Brian Gesiak

validator.rb: Print xcodebuild command on -v.

Proposed in https://github.com/CocoaPods/Specs/pull/9179.
parent a88e48f7
...@@ -392,9 +392,10 @@ module Pod ...@@ -392,9 +392,10 @@ module Pod
end end
# @return [String] Executes xcodebuild in the current working directory and # @return [String] Executes xcodebuild in the current working directory and
# returns its output (bot STDOUT and STDERR). # returns its output (both STDOUT and STDERR).
# #
def xcodebuild def xcodebuild
UI.puts 'xcodebuild clean build -target Pods' if config.verbose?
`xcodebuild clean build -target Pods 2>&1` `xcodebuild clean build -target Pods 2>&1`
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment