Tommaso Piazza
Tommaso Piazza
I suspect something is off with the caches. Delete all cache and you .resolved file and run `bootstrap`
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 `==`
The checkout version is not 6.1.0 for some reason. Can you go to the git localtion to confirm that?
This looks like a bug to me. Are you sure you don't have any other dependency requiring `6.0.0` ? Or that there is a bad checkout cached somewhere?
Have you tried `--new-resolver`
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...