Torsten Louland

Results 7 comments of Torsten Louland

It would be great if you could update this project so that it is completely standalone. At the moment it has dependencies on your environment, which is a complete unknown...

In a release build, I get... ``` ~/Dev/DynamicColor/Sources/SwiftUIColor.swift:30:18: error: use of undeclared type 'Color' public extension Color { ``` My app deployment target is iOS 11, but `Color` is not...

I submitted [Issue #59: Broken release builds – misconfigured SwiftUI dependency](https://github.com/yannickl/DynamicColor/issues/59) — it's not a Carthage problem.

For anyone suffering from this, I did a temporary fork to work around it → this added to my podfile: ```ruby # pod 'DynamicColor', '~> 5' # ...latest podspec not...

Already reported as #58 but @yannickl does not seem to be listening.

(see also #59 as latest could potentially break your build.)