messages<<"#{platform_name}: license[:file] = '#{spec.license[:file]}' -> did not match any file"ifspec.license[:file]&&pod_dir.glob(spec.license[:file]).empty?
messages<<"license file not found = '#{spec.license[:file]}' -> did not match any file"ifspec.license&&spec.license[:file]&&pod_dir.glob(spec.license[:file]).empty?