Reputation: 498
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
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