Closed nferruzzi closed 5 years ago
Ok I got around this problem following this https://github.com/Carthage/Carthage/issues/2572 but now I've
import WebP
I get missing required module CWebP
please note, my code using webp used to work but then I've just updated to swift5 and got all these problems
At the end I got it right .. I had to build webp with
carthage build --no-use-binaries
I cant get it to build, any help is appreciated