Closed iKleMiX closed 4 years ago
In the meantime I found and commented out line:
build_settings['SWIFT_VERSION'] = item_build_settings["SWIFT_VERSION"] || item.swift_version || project_swift_version(analyzer)
Maybe there should be an option to ignore setting Swift version? Globally and overriding per-pod?
I run into this issue yesterday while playing with a sandbox project. I’ll check out how to handle and fix this issue ASAP, seems trivial
Should be fixed in 0.9.1
, let me know if it is working now
It works now 👍
When I run
pod_builder build_all
I get an error:Found different Swift versions in targets. Expecting one, got []
I'm not using Swift in a project, nor any pod I use have Swift code.I tried to add
supports_swift_versions '>= 5.0'
to the Frameworks/Podfile, but it didn't change anything.Bundle versions:
Full error output: