fix(ios): bump minimum deployment target to 13.0 to match Mixpanel-swift 6.x#244
Open
TheoGermain wants to merge 1 commit into
Open
fix(ios): bump minimum deployment target to 13.0 to match Mixpanel-swift 6.x#244TheoGermain wants to merge 1 commit into
TheoGermain wants to merge 1 commit into
Conversation
…ift 6.x Mixpanel-swift 6.x requires iOS 13.0 minimum. The podspec still declared 12.0, causing CocoaPods to error with: The pod 'Mixpanel-swift' required by the plugin 'mixpanel_flutter' requires a higher minimum iOS deployment version than the plugin's reported minimum version. Bump s.platform to 13.0 to match the actual requirement of the native SDK.
tylerjroach
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Mixpanel-swift6.x requires iOS 13.0 as minimum deployment target. The podspec still declared12.0, causing CocoaPods to error duringpod install:Fix
Bump
s.platform = :ios, '13.0'inios/mixpanel_flutter.podspecto match the actual minimum required byMixpanel-swift6.x.Notes
Mixpanel-swiftalready requires transitively