-
-
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
chore: update minimum iOS version to 12.1 for build error #2379
Conversation
Do you have any sources or explanations on why 12.1 is needed? |
I updated my PR detail with error. |
I can't confirm this issue as example app builds fine with Xcode 15.0.1 locally for me from clean state for both simulator and real device. |
@vbuberen can you check that you use 5.0.1 in pubspec.lock? I tried to reproduce I cannot recreate error because it was using 4.x.x version, try with 5.0.1 and flutter 3.16.0 and xcode 15.0.1. I tried 2 different machine and it gives me same error |
Interesting, I cannot build without change connectivity_plus target to 12.1 in Xcode, I'll check what the issue, thanks |
Maybe too obvious, but have you tried to do |
yes I did flutter clean, also cleaned pub cache, removed all podfile.lock, removed .symlinks/, Pods/, .podlock. |
Still there is no information on why 12.1 might be needed. Closing. |
Description
Flutter (Channel stable, 3.16.0, on macOS 14.0 23A344 darwin-arm64, locale tr-TR)
Android toolchain - develop for Android devices (Android SDK version 34.0.0)
Xcode - develop for iOS and macOS (Xcode 15.0.1)
connectivity_plus: 5.0.1
Cannot build on iOS with iOS: 12 with this error:
For this reason I changed to minimum target, but it's your call whether increasing or not iOS minimum deployment target.
Checklist
CHANGELOG.md
nor the plugin version inpubspec.yaml
files.flutter analyze
) does not report any problems on my PR.Breaking Change
It can be breaking change if your minimum target is 12.0
!
in the title as explained in Conventional Commits).