roughike / flutter_facebook_login

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

I found a bug in IOS devices #244

Open sina-moradbakhti opened 4 years ago

sina-moradbakhti commented 4 years ago

there is a bug in iOS devices such as iPhone and iPad when I have tried to open Facebook login page by clicking on the Facebook Button , app crashed out.

this is the error log i got: *** First throw call stack: ( 0 CoreFoundation 0x000000011750927e __exceptionPreprocess + 350 1 libobjc.A.dylib 0x0000000117376b20 objc_exception_throw + 48 2 FBSDKCoreKit 0x000000011276c394 +[FBSDKInternalUtility validateURLSchemes] + 404 3 FBSDKLoginKit 0x00000001128f249e -[FBSDKLoginManager logInParametersWithPermissions:serverConfiguration:] + 110 4 FBSDKLoginKit 0x00000001128f30ce -[FBSDKLoginManager logIn] + 94 5 FBSDKLoginKit 0x00000001128f2e95 -[FBSDKLoginManager logInWithPermissions:handler:] + 325 6 FBSDKLoginKit 0x00000001128f0e88 -[FBSDKLoginManager logInWithPermissions:fromViewController:handler:] + 232 7 Runner 0x0000<…> Lost connection to device.

and here is my flutter doctor -v logs:

[✓] Flutter (Channel stable, v1.12.13+hotfix.5, on Mac OS X 10.15.3 19D76, locale en-US) • Flutter version 1.12.13+hotfix.5 at /Users/apple/flutter • Framework revision 27321ebbad (2 months ago), 2019-12-10 18:15:01 -0800 • Engine revision 2994f7e1e6 • Dart version 2.7.0

[✓] Android toolchain - develop for Android devices (Android SDK version 28.0.3) • Android SDK at /Users/apple/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 28.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01) • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.3.1, Build version 11C505 • CocoaPods version 1.8.4

[✓] Android Studio (version 3.4) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 35.2.1 • Dart plugin version 183.6270 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)

[✓] IntelliJ IDEA Ultimate Edition (version 2019.1.1) • IntelliJ at /Applications/IntelliJ IDEA.app • Flutter plugin version 35.2.3 • Dart plugin version 191.7019

[✓] VS Code (version 1.42.1) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.8.1

[✓] Connected device (2 available) • SM G570F • 4200e7c9dc9f14b5 • android-arm • Android 8.0.0 (API 26) • iPhone xr • D3A57D28-AB1C-437D-8053-B35B57DB9CCB • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator)

• No issues found!

marhyno commented 4 years ago

any updates on this ? have the same problem