I am integrating FB SDK in my swift project and i follow this link and also this link i followed. I also import FBSDKCoreKit
in
appDelegate.swift
file but i am always getting the error like
"No Such Module FBSDKCoreKit"
I found some solution and even i tried most of these answers also i tried these answers and also followed this link, even i added bridging-header file to project and import FBSDK to that file but still i am getting errors every time and i am stuck here from last 3 days.
If you have any solutions except this given link please help me as i am new to Swift
Thanks in advance.