Skip to content

fix: raise SPM iOS platform min to 13.0 - #151

Open
mfurkanyuceal wants to merge 1 commit into
benjamindean:masterfrom
evrekadev:fix/spm-ios-platform-min
Open

fix: raise SPM iOS platform min to 13.0#151
mfurkanyuceal wants to merge 1 commit into
benjamindean:masterfrom
evrekadev:fix/spm-ios-platform-min

Conversation

@mfurkanyuceal

Copy link
Copy Markdown

Flutter's Swift Package Manager integration generates a FlutterFramework Swift package that declares .iOS("13.0"). Since this plugin depends on it while declaring a lower platform minimum, Xcode fails the build:

Target Integrity (Xcode): The package product 'FlutterFramework' requires minimum
platform version 13.0 for the iOS platform, but this target supports 12.0

Raising the SPM platform minimum to 13.0 fixes it. The podspec is left untouched — CocoaPods builds are unaffected because Flutter's podhelper already raises pod deployment targets.

🤖 Generated with Claude Code

The FlutterFramework Swift package requires iOS 13.0, so declaring 12.0
here makes Xcode fail with a Target Integrity error when the app uses
Flutter's Swift Package Manager integration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant