Open sindhu238 opened 1 month ago
I have the same problem
Maybe this helps: https://github.com/fluttercommunity/plus_plugins/issues/2276#issuecomment-1773056178 tldr: ensure your deployment target is iOS 12 or greater, not iOS 11 or lower
Hi @miquelbeltran, thank you for your response. But
IPHONEOS_DEPLOYMENT_TARGET
field in post_install
AppFrameworkInfo.plist
specify MinimumOSVersion
is set to 13iOS Deployement Target
is set to 13.0I have the same problem, any suggestion? Xcode: 16 Flutter 3.24.3 • channel stable Tools • Dart 3.5.3
@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!
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