jpnurmi / flutter_libserialport

Serial Port for Flutter
https://pub.dev/packages/flutter_libserialport
MIT License
139 stars 80 forks source link

Update MACOSX_DEPLOYMENT_TARGET #79

Closed ricardoboss closed 2 months ago

ricardoboss commented 11 months ago

Hi, after updating to Dart 3, I get the following error when building for macOS:

Command PhaseScriptExecution failed with a nonzero exit code
<project>/macos/Pods/Pods.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.11, but the range of supported deployment target versions is 10.13 to 13.1.99. (in target 'libserialport' from project 'Pods')
warning: Run script build phase 'Run Script' will be run during every build because it does not specify any outputs. To address this warning, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Flutter Assemble' from project 'Runner')

Can we update the MACOSX_DEPLOYMENT_TARGET from 10.11 to 10.13?