Reputation: 501
In my swift project, I am integrating facebook SDK using bridging File.
if FBSession.activeSession().state == FBSessionState.CreatedTokenLoaded{
// whatever
}
I am getting the error message:
FBSession unresolved identifier
I could not find FBSession.h
in FBSDKCoreKit.framework v4.0.1
Upvotes: 0
Views: 1642