Nesting My Own Frameworks with Carthage
问题 I'm having problems trying to realize the following dependency setup between two frameworks and an app, all developed by me: Util containts a bunch of low-level utilities and extensions to Foundation types such as String , Date , etc. UI contains a bunch of custom UIView and UIViewController subclasses, class extensions for UIColor , UIImage , etc.. The app and each framework has its own repository on GitHub. The UI framework is set up to depend on the Util framework, using Carthage: The