0

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.

Community
  • 1
  • 1
Ashish Thakkar
  • 944
  • 8
  • 27

1 Answers1

0

open your project

Remove FBSDKCoreKit module into linked frameworks and libraries and add again it and clean and build your app your error will be gone.

happy coding.

Himanshu Moradiya
  • 4,769
  • 4
  • 25
  • 49