facebook sdk crashes in application delegate

后端 未结 3 709
旧时难觅i
旧时难觅i 2021-02-04 17:47

Here\'s how I replicate the bug. So here\'s the code I have for logging in:

@IBAction func FBLoginAction(_ sender: AnyObject) {
    fbLoginManager.loginBehavior         


        
3条回答
  •  一整个雨季
    2021-02-04 17:56

    If you are using version 4.18.0 of the Facebook SDK, then update it to 4.19.0 or to the current version and you won't get the crash.

提交回复
热议问题