soffes / SyntaxKit

TextMate-style syntax highlighting
MIT License
472 stars 65 forks source link

Unable to build with carthage #15

Open younata opened 8 years ago

younata commented 8 years ago

Looks like the swift2 branch on soffes/X was deleted, which broke this.

Cartfile:

github "soffes/SyntaxKit" "master"

terminal:

$ carthage update
*** Fetching X
Failed to check out repository into /Users/you/Library/Caches/org.carthage.CarthageKit/dependencies/X: No object named "swift2" exists
fpramme commented 8 years ago

how can i fix that issue? Got exactly the same error message.

younata commented 8 years ago

I've been using my fork, until https://github.com/soffes/SyntaxKit/pull/16 gets merged in.