I'm developing a Swift framework and need to implement Facebook login in it. However when I try to include the FacebookSDK into the umbrella header I get the following:
include of non-modular header inside framework module <MyModule>
I have looked at Xcode 6 / Beta 4: using bridging headers with framework targets is unsupported
But I can't add the framework headers to my public headers as suggested in the answer. Has anyone managed to solve this, or know how to import a Framework into a Framework?