Brotli icon indicating copy to clipboard operation
Brotli copied to clipboard

Installing with "carthage update" says "No tagged versions"

Open GuillaumeRossolini opened this issue 9 years ago • 2 comments

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,

GuillaumeRossolini avatar Dec 13 '15 18:12 GuillaumeRossolini

Forgot to tag the release. Try again?

matthewcheok avatar Dec 13 '15 23:12 matthewcheok

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

GuillaumeRossolini avatar Dec 14 '15 20:12 GuillaumeRossolini