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-bb-xcframework-0.2.6.4 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.6.3 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.6.2 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.6.1 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.6 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.5 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-framework-tj-0.0.6 lib/cocoapods-framework/util/error_util.rb
cocoapods-framework-tj-0.0.5 lib/cocoapods-framework/util/error_util.rb
cocoapods-framework-tj-0.0.4 lib/cocoapods-framework/util/error_util.rb
cocoapods-bb-xcframework-0.2.4.1 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-framework-tj-0.0.3 lib/cocoapods-framework/util/error_util.rb
cocoapods-framework-tj-0.0.2 lib/cocoapods-framework/util/error_util.rb
cocoapods-xcframework-0.2.4 lib/cocoapods-framework/util/error_util.rb
cocoapods-bb-xcframework-0.2.3 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.2 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.1 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.2.0 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-bb-xcframework-0.1.0 lib/cocoapods-xcframework/util/error_util.rb
cocoapods-xcframework-0.2.1 lib/cocoapods-framework/util/error_util.rb
cocoapods-xcframework-0.2.0 lib/cocoapods-framework/util/error_util.rb