yonaskolb / Stylist

Define UI styles for iOS apps in a hot-reloadable yaml or json file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylist breaks my Carthage deps a bit

yuriy-yarosh opened this issue · comments

Can't fetch Carthage deps with the following Cartfile:

github "ReactiveX/RxSwift" ~> 4.4.0
github "Moya/Moya" ~> 11.0.2
github "SwifterSwift/SwifterSwift" ~> 1.6.2
github "SwiftyBeaver/SwiftyBeaver" ~> 1.6.1
github "adamwaite/Validator" ~> 3.1.1
github "SnapKit/SnapKit" ~> 4.0.0
github "yonaskolb/Stylist" 
github "Skyvive/Swiftstraints" ~> 4.0.0
github "yonaskolb/Codability" ~> 0.2.1
github "ReSwift/ReSwift" ~> 4.0.1
github "Decybel07/L10n-swift" ~> 5.4.1

Probably conflicts with github "jpsim/Yams" "master" or krzysztofzablocki/KZFileWatchers...

*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
*** Fetching ReactiveSwift
*** Fetching ReactiveSwift
*** Fetching KZFileWatchers
*** Fetching ReactiveSwift
*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
*** Fetching ReactiveSwift
*** Fetching KZFileWatchers
*** Fetching ReactiveSwift
*** Fetching KZFileWatchers
*** Fetching KZFileWatchers
Failed to check out repository into /Users/yura/Library/Caches/org.carthage.CarthageKit/dependencies/Yams: No object named "nn-dylib-versions" exists (Error Domain=CarthageKit.CarthageError Code=24 "(null)")

Will go through deps and will try to fix this on my own...

Thanks @yuriy-yarosh, that would be great! Probably just updating yams to the latest version will do the trick

Dependencies updated in 0.2.2 👍