macosui / macos_window_utils.dart

macos_window_utils is a Flutter package that provides a set of methods for modifying the NSWindow of a Flutter application on macOS.
https://pub.dev/packages/macos_window_utils
MIT License
49 stars 9 forks source link

deployment target 11.0 does not work #48

Closed Brown000 closed 6 months ago

Brown000 commented 6 months ago

Environment

CPU M1 Pro macOs 14.3 Flutter 3.19.1 • channel stable • https://github.com/flutter/flutter.git Framework • revision abb292a07e (7 days ago) • 2024-02-20 14:35:05 -0800 Engine • revision 04817c99c9 Tools • Dart 3.3.0 • DevTools 2.31.1

Issue

As described in getting start section, I changed the minimum deployment target to 11.0. But Is still got "increase your application's deployment target to at least 10.14.6" error. By the way, I can find "MACOSX_DEPLOYMENT_TARGET = 11.0;" in project/macos/Runner.xcodeproj/project.pbxproj file, which means I successfully changed the deployment target.

Brown000 commented 6 months ago

Sorry, I forgot to change version in Podfile, my bad.