Method: Pod::Validator#_xcodebuild

Defined in:
lib/cocoapods/validator.rb

#_xcodebuild(command, raise_on_failure = false) ⇒ String (private)

Executes the given command in the current working directory.

Returns:

  • (String)

    The output of the given command



1134
1135
1136
# File 'lib/cocoapods/validator.rb', line 1134

def _xcodebuild(command, raise_on_failure = false)
  Executable.execute_command('xcodebuild', command, raise_on_failure)
end