I am trying to add the Facebook login feature using FBSDKCoreKit and FBSDKLogin. When I try to import these two framework to my AppDelegate file, it shows error which is
"No such module 'FBSDKCoreKit'".
I changed Allow Non-modular Includes In Framework Modules from NO to YES, but the error is still there.
I need help with coming up with a solution to resolve the error.

It's the usual suspects. Check your Frameworks folder. Check Project -> Build Phases -> Link Binary with Libraries, and make sure
FBSDKCoreKitandFBSDKLoginKitare included.If they're there, and the error still exists, tap on each framework, and make sure
Target Membershipis checked under File inspector.