Sha256: 31e7e5976c9bb3454205521240d509e561ea39fb07fd8d1ab8bc02c6ee3f2893

Contents?: true

Size: 271 Bytes

Versions: 26

Compression:

Stored size: 271 Bytes

Contents

module Pod
  module ErrorUtil
    class << self
      def error_report(command, output)
        UI.puts "<<-EOF
        Build command failed: #{command}
        Output:
        #{output.map { |line| "    #{line}" }.join}
                  EOF"
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 3 rubygems

Version Path
cocoapods-xcframework-0.1.1 lib/cocoapods-framework/util/error_util.rb
cocoapods-xcframework-0.1.0 lib/cocoapods-framework/util/error_util.rb
cocoapods-xcframework-0.0.8 lib/cocoapods-framework/util/error_util.rb
cocoapods-xcframework-0.0.7 lib/cocoapods-framework/util/error_util.rb
cocoapods-xcframework-0.0.6 lib/cocoapods-framework/util/error_util.rb
cocoapods-xcframework-0.0.5 lib/cocoapods-framework/util/error_util.rb