Tommaso Piazza
Tommaso Piazza
From https://github.com/Carthage/Carthage/issues/2400#issuecomment-378474277 > `carthage update` will recompile all dependencies It won't if you use `--cache-builds`. That's the point of it. This case is already covered. Your problem is a cold...
So, to formalize a little for @mdiep # Problem - Project A uses `carthage` - Project B uses `carthage` - Project A and B don't depend on each other, they...
My personal comment: - What you need is already covered by the extra tool (the cache structure is almost the same), however I can see how this can be a...
Nice! I don't want to rain on the parade here but we're still waiting for @mdiep 's opinion on https://github.com/Carthage/Carthage/issues/2400#issuecomment-402437688 if this is still describing the place accurately.
@kenji21 full steam ahead!
also: https://github.com/Carthage/Carthage/issues/2514
FYI > *.a , *.framework, *.h, *.m, *.swfit, even Android *.so library, doesn't matter, right? This statement does not hold true for Carthage. There are plenty of checks to make...
Binary dependencies downloads are unchecked but as you correctly said, checks happen before copy.
Thanks for reporting. It would be great if you could make a PR to fix the issue.
Indeed! Do you want to give this a shot @dfed ? [It's very easy to get started](https://github.com/Carthage/Carthage/blob/master/CONTRIBUTING.md#get-started)