Swift universal framework depending on pod
问题 I'm developing a small Swift framework that depends on Alamofire. I'm using it as an embedded framework of an app belonging to the same workspace and it works perfectly. The problem arises when I want to build an universal framework with an aggregate target. Then, when executing the script to generate the framework it fails with the message No such module 'Alamofire' , referring to an import Alamofire in one of my source files. This is my Podfile: platform :ios, '9.0' use_frameworks! inhibit