I’m using Facebook login authentication in my application and used CocoaPods to add framework. Everything was fine until I upgraded to Xcode7.3.
Getting the following Error:

Pod Configuration:
pod 'Parse'
pod 'ParseFacebookUtilsV4'
pod 'ParseTwitterUtils'
It suddenly showing the error when I open the project with Xcode 7.3.
Anyone knows what is causing the issue?

Change the "Allow Non-modular includes in Framework Modules" to "Yes" in the Build Settings for your pod
I solved it removing Modules folder from the framework.
Browse to your framework location which is present in the App Project using finder
Go inside Test.framework folder (In the above case it will be 'FBSDKCorekit.framework) & Delete Modules folder.
Clean and Re Build the app, it will solve the problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With