Receiving “Include of non-modular header inside framework module” while compiling Swift Receiving “Include of non-modular header inside framework module” while compiling Swift swift swift

Receiving “Include of non-modular header inside framework module” while compiling Swift


I managed to fix this issue today by downloading v4.4.0, setting "Allow Non-module Includes in Framework Modules" to "No" and removing the includes from my bridging-Header.

enter image description here

Make sure to add your imports in the class/ViewController that you want to use the Facebook SDK in.

enter image description here