roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 331 forks source link

Iphone error and connection lost with device. #203

Open vimalmistry opened 4 years ago

vimalmistry commented 4 years ago

When I try to login with facebook in Iphone its loosing connection with device and giving me following error stack.

Lost connection to device. *** First throw call stack: ( 0 CoreFoundation 0x00000001077ca8db __exceptionPreprocess + 331 1 libobjc.A.dylib 0x0000000106d75ac5 objc_exception_throw + 48 2 FBSDKCoreKit 0x0000000102fadeae +[FBSDKInternalUtility validateURLSchemes] + 398 3 FBSDKLoginKit 0x00000001030be1fe -[FBSDKLoginManager logInParametersWithPermissions:serverConfiguration:] + 110 4 FBSDKLoginKit 0x00000001030bec75 -[FBSDKLoginManager logIn] + 101 5 FBSDKLoginKit 0x00000001030bea28 -[FBSDKLoginManager logInWithPermissions:handler:] + 360 6 FBSDKLoginKit 0x00000001030bcae8 -[FBSDKLoginManager logInWithPermissions:fromViewController:handler:] + 232 7 Runner 0x000<…> Exited (sigterm)

vimalmistry commented 4 years ago

Anyone???