Hello!
When trying to build my application on Flutter 3.41.9 with Swift Package Manager I got the following error:
The package product 'FlutterFramework' requires minimum platform version 13.0 for the iOS platform, but this target supports 12.0.
I noticed that on this plugin Package.swift the platform is set to iOS 12 and FlutterFramework is set as a package dependency, but FlutterFramework only supports iOS 13 and above.
Debugging locally, I have manage to trace the error to this plugin. Also, I changed this plugin's Package.swift minimum platform locally to iOS 13 to test and the error is now gone.
This is the only issue stopping me from migrating my application to SwiftPM, so I'm willing to help here with anything, opening a PR, testing, etc. Please let me know how can I help to move this forwarD!
Hello!
When trying to build my application on Flutter 3.41.9 with Swift Package Manager I got the following error:
I noticed that on this plugin
Package.swiftthe platform is set to iOS 12 andFlutterFrameworkis set as a package dependency, butFlutterFrameworkonly supports iOS 13 and above.Debugging locally, I have manage to trace the error to this plugin. Also, I changed this plugin's Package.swift minimum platform locally to iOS 13 to test and the error is now gone.
This is the only issue stopping me from migrating my application to SwiftPM, so I'm willing to help here with anything, opening a PR, testing, etc. Please let me know how can I help to move this forwarD!