David Villegas
David Villegas

Reputation: 498

Can't import FBSDK in Xcode 7 beta, using Swift 2

For some reason, Xcode 7 beta with Swift 2, won't let me import the FBSDK framework.

The error reads:

No such Module..

How do I solve this issue?

Upvotes: 1

Views: 526

Answers (1)

Sourabh Sharma
Sourabh Sharma

Reputation: 8322

You can resolved this problem by adding FacebookSDK to the "Framework Search Paths"

Go to Build Settings and search for "framework search"

OR

You can try this...

When you are importing the frameworks, Make sure you have selected "Copy if needed ". It's not what Facebook recommends, but it worked!

Upvotes: 1

Related Questions