Open lilyball opened 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 😅
It's a very old issue, but it still would be very helpful. #610 is closed. What's the status here?
@darecki not quite the same but #2333 is what you are looking for.
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.