1

Xcode doesn't found the framework FBSDKSharekit when i build. The Error

I already have a configuration for Firebase Authentication (Use of FBSKCoreKit, FBSDKLoginKit, Bolt). And I just need the FBSDKShareKit.

Dependancies

I follow all the installation process for Carthage, but it not working. And the search path is configured.

Xcode run on 9.2 version and Swift 3

Rémy Seba
  • 11
  • 1

1 Answers1

0

Remove pods and re-install

There is a problem in Xcode 9 same problem with me...

jay soni
  • 19
  • 6
  • But i use Carthage, not Cocoa Pod and i restart the install process two time. Nothing work i think it's a problem with the facebook sdk and Xcode 9 so we can shut wait a fix – Rémy Seba Mar 01 '18 at 21:32
  • Same problem I got it in my Xcode. just clear your project and try to reinstall and build it again. – jay soni Mar 05 '18 at 04:22