My project uses the FBSDKCoreKit module (Facebook SDK) and it was installed using CocoaPods.
It was working in Xcode 7.2
But when I upgraded from XCode 7.2.1 to 7.3 the compilation of my current project failed. The message is:
../Pods/FBSDKCoreKit/FBSDKCoreKit/FBSDKCoreKit/FBSDKAppLinkResolver.h:26:10: Include of non-modular header inside framework module 'FBSDKCoreKit.FBSDKAppLinkResolver' ../Pods/ParseFacebookUtilsV4/ParseFacebookUtils/Internal/PFFacebookPrivateUtilities.h:16:9: Could not build module 'FBSDKCoreKit'
What is the difference between 7.2 and 7.3 versions that can be the reason of this error and how to solve it ?