In order for my Objective-C framework to link successfully in my Swift cocoa touch framework, I had to use this unpretty workaround, which involves importing all framework heade
The warning flag is -Wincomplete-umbrella, so to suppress, pass -Wno-incomplete-umbrella.
-Wno-incomplete-umbrella