No Such Module 'Fbsdkcorekit' Xcode 7.4

Could not build module 'FBSDKCoreKit' For FacebookSDK 4

In setting the "Allow Non-modular Includes in Framework modules" setting to YES in Build settings solved the problem for me. but don't know if is there any problem or issue or any side effects of it.

Its Facebook Bug you can check the solution they are providing in this link.

Update 1

Facebook said that they have fixed and will apply solution in next update see this link

Update 2

FaceBook Fixed It in Version Latest version (i.e. 4.1.0) see this link link.

Cannot find module FBSDKCoreKit Cocoapods

I fixed this by

  1. Removing the Bridging Header. Facebook SDK doesn't need them anymore after version 4.1
  2. Adding all of the .frameworks to the Projects Build Phases -> Link Binary With Libraries
  3. Selecting each framework and building it. You can do this by selecting your project name next to the run arrow.
  4. Cleaning the project and restarting my computer.

Xcode project/app name with spaces issue - framework not found

Simply enclose your framework path in double quotes(""). For example:

"$(SRCROOT)/my framework/path"

Sample Image



Related Topics



Leave a reply



Submit