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
If you're getting this warning from a “Compile Swift source files” ▸ “Precompile bridging header” build step (also labeled PrecompileSwiftBridgingHeader
), here's how you suppress it:
-Xcc
and -Wno-incomplete-umbrella
to “Other Swift Flags” (in that order).