Brotli
Brotli copied to clipboard
Installing with "carthage update" says "No tagged versions"
Hi, I just updated to Carthage v0.11, then (from inside the Project) I created the Cartfile and ran:
$ carthage update
*** Fetching Brotli
No tagged versions found for github "matthewcheok/Brotli"
Then I opened a test project's workspace, added "import Brotli" and got the following error:
No such module 'Brotli'
Regards,
Forgot to tag the release. Try again?
Ok the tag was recognized:
$ carthage update
*** Fetching Brotli
*** Checking out Brotli at "0.1"
*** xcodebuild output can be found in [...]
*** Building scheme "Brotli OSX" in Brotli.xcworkspace
[...]
*** Building scheme "Brotli iOS" in Brotli.xcworkspace
[...]
Although I get a lot of compilation warnings, and inside Xcode the error stays:
No such module 'Brotli'
Could you tell me what I am missing? I'd be happy to provide the "xcode output" file if needed. Be advised, it's 5161 lines long. Thanks