-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: App crashes on iPhone 15, failing to register ConnectivityPlusPlugin #3300
Comments
I have the same problem |
Maybe this helps: #2276 (comment) tldr: ensure your deployment target is iOS 12 or greater, not iOS 11 or lower |
Hi @miquelbeltran, thank you for your response. But
|
I have the same problem, any suggestion? |
@sindhu238, your deployment target setup looks good with iOS 13 as the minimum version. I personally ran into the launch crash and error logs when trying to open the app from the home screen. Turns out, we were building in Debug mode for internal TestFlight testing. After switching to Release mode, the issue was resolved. Not 100% sure if it's the same for you, but thought I’d share in case it helps! |
Literally the same issue 🤦♂️ thank you man you saved my hours |
Platform
iPhone 14, iPhone 15
Plugin
connectivity_plus
Version
6.0.5
Flutter SDK
3.22.3
Steps to reproduce
I am trying to run my app flutter app in iPhone 15 and i have also tried in iPhone 14, but it always crashes on app start-up.
My app is using
nb_utils
plugin which is in turn using 'connectivity_plus' plugin. I am using nb_utils version 7.0.0 which is refering to connectivity_plus plugin version 6.0.5.Not sure why it still keeps crashing for me even when i am using recent versions that addressed this fix: [https://github.com/ehwplus/app-backlog/issues/340].
My iOS deployment targets are set to 13.0.
Code Sample
No response
Logs
Flutter Doctor
Checklist before submitting a bug
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: