Closed ItsMeSandu closed 6 years ago
i had the following snippet in my podfile which caused the error:
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
puts "#{target.name}"
end
end
I
m using your lib with the version
1.1.0`I got this error message for the file
Regex.swift
.The following is the affected line:
361: result.append(piece)