Carthage / Carthage

A simple, decentralized dependency manager for Cocoa
Other
14.95k stars 1.55k forks source link

`carthage bootstrap` should remove built frameworks that aren't used anymore #826

Open lilyball opened 9 years ago

lilyball commented 9 years ago

When I run carthage bootstrap, any built frameworks that are no longer in my Cartfile.resolved should be removed from the Build folder. Carthage is currently leaving them intact, which then screws up my local build as Xcode finds the framework from that folder instead of the framework that I expect it to find in a latter framework search path.

NachoSoto commented 9 years ago

Makes sense!

I'd strongly suggest that this is only done after #610, as I rely on removing lines from the Cartfile to only build a subset of dependencies 😅

darecki commented 6 years ago

It's a very old issue, but it still would be very helpful. #610 is closed. What's the status here?

tmspzz commented 6 years ago

@darecki not quite the same but #2333 is what you are looking for.