Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FBSDKCoreKit and the include of non-modular header inside framework module errors

None of the following threads (and many similar) helped me:

Include of non-modular header inside framework module

XCode6: Receiving error "Include of non-modular header inside framework module"

While trying to install the Facebook SDK in my iOS project via cocoapods, I ran into that error:

Inside the FBSDKCoreKit.h header:

Include of non-modular header inside framework module 'FBSDKCoreKit.FBSDKCoreKit'

enter image description here

As I said, I tried the solutions proposed in the answers above without any success.

It's important to mention that this use to work fine on Xcode 7.

like image 896
Malloc Avatar asked Feb 19 '17 15:02

Malloc


1 Answers

enter image description here

Turn on allowing modular headers

like image 92
Pim de Witte Avatar answered Nov 17 '22 04:11

Pim de Witte