Tommaso Piazza

Results 224 comments of Tommaso Piazza
trafficstars

on Tag 6.1 the line of code that is failing seems correct https://github.com/ReactiveCocoa/ReactiveSwift/blob/6.1.0/Sources/Signal.swift#L1851 So carthage is not building the version it should build. Pin BOTH ReactiveSwift and ReactiveCocoa with `==`

Hi, I'm not seeing this problem with the regular resolver: ``` $ xcode-select -p /Applications/Xcode_10.2.app/Contents/Developer $ cat Cartfile github "ReactiveCocoa/ReactiveSwift" ~> 6.1 github "ReactiveCocoa/ReactiveCocoa" ~> 10.0 $ carthage bootstrap --platform...

Thanks for reporting, I'm not sure this behavior is expected. Further investigation is needed. @kenji21 for time being you [this](https://github.com/blender/Rome) might help you.

> --cache-build doesn't use files from ~/Library/Caches/org.carthage.CarthageKit/DerivedData/, but only compares .version files in $PWD/Carthage/Builds Correct > my needs are what Rome provides, but as I only want to keep it...