Using Carthage and CocoaPods in the same project
问题 I'm currently looking at a library which only supports Carthage as a package manager. The project I'm looking to integrate it with already has some CocoaPods dependencies. Has anybody tried using both of these managers at the same time? It strikes me as a bad idea, but I'd love to hear if this is the case in practice. 回答1: The main issue you will run into is that CocoaPods and Carthage are not aware of each other. This means that if a dependency managed by CocoaPods and a dependency by