Here\'s how I replicate the bug. So here\'s the code I have for logging in:
@IBAction func FBLoginAction(_ sender: AnyObject) {
fbLoginManager.loginBehavior
Make sure you have no restricted versions of FBSDK
in your Podfile
, like so:
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
Then do the pod update
. Don't put a --no-repo-update
to let your local specs repos be updated.
Latest local specs repositories will let you be able to download the latest version of FBSDK
, which is the 4.19.0
.