ainame / Swift-WebP

A thin libwebp wrapper in Swift that provides both encode/decode APIs
MIT License
163 stars 39 forks source link

can't fetch it #22

Closed nferruzzi closed 5 years ago

nferruzzi commented 5 years ago
18:43 $ carthage update --use-submodules
*** Fetching Swift-WebP
Parse error: expected submodule commit SHA in output of task (ls-tree -z HEAD Carthage/Checkouts/Swift-WebP) but encountered:

I cant get it to build, any help is appreciated

18:45 $ carthage version
0.33.0
nferruzzi commented 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

nferruzzi commented 5 years ago

At the end I got it right .. I had to build webp with

carthage build --no-use-binaries