Since version 5.0.0, the app crashes for a few percentage of users. The logs in crashlytics are not helpful. The crash occurs as soon as the application is launched. With version flutter_facebook_auth: ^4.4.1+1 it works fine.
Expected Behavior
App should not crash
To Reproduce
Failed to reproduce the problem on a local device
Relevant log output
Crashed: com.apple.main-thread
EXC_BREAKPOINT 0x00000001c3e7e690
0
Foundation
static URL._unconditionallyBridgeFromObjectiveC(_:) + 152
1
FBSDKCoreKit
FBSDKAEMManager.m - Line 89
__24-[FBSDKAEMManager setup]_block_invoke.9 + 89
2
FBSDKCoreKit
FBSDKSwizzler.m - Line 141
fb_swizzledMethod_5 + 141
3
(Missing)
...
22
Runner
AppDelegate.swift - Line 16
main + 16
flutter doctor -v
[!] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
• Android SDK at /Users/toma/Library/Android/sdk
✗ cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 14.3.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 14E300c
• CocoaPods version 1.12.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2021.3)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
[✓] VS Code (version 1.79.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension can be installed from:
🔨 https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
[✓] Connected device (3 available)
• Tomas phone (mobile) • 00008110-00123C811A09801E • ios • iOS 16.5.1 20F75
• macOS (desktop) • macos • darwin-arm64 • macOS 13.4.1 22F82 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 115.0.5790.114
! Error: Tomasz’s Apple Watch needs to connect to determine its availability. Check the connection between the device and its companion iPhone, and the connection between the iPhone and Xcode. Both devices may also need to be restarted and unlocked. (code 1)
[✓] Network resources
• All expected network resources are available.
What version are you using?
5.0.0-6.0.0
What OS and version are you using to local deploy your application?
I am using Xcode cloud
What platforms are you seeing the problem on?
iOS
pubspec.yaml
Describe the Bug
Since version 5.0.0, the app crashes for a few percentage of users. The logs in crashlytics are not helpful. The crash occurs as soon as the application is launched. With version flutter_facebook_auth: ^4.4.1+1 it works fine.
Expected Behavior
App should not crash
To Reproduce
Failed to reproduce the problem on a local device
Relevant log output
flutter doctor -v
Info.plist (iOS)
No response
Podfile (iOS)
No response
AndroidManifest.xml
No response
MainActivity.java
No response
MainActivity.kt
No response
index.html
No response
Info.plist (macOS)
No response