Home > Software engineering >  what should I do to change the MACOSX_DEPLOYMENT_TARGET when build flutter macos app
what should I do to change the MACOSX_DEPLOYMENT_TARGET when build flutter macos app

Time:07-07

I am building flutter(v3.0.4) macos app in macOS(v12.4 M1 chip) using this command:

~/fvm/versions/3.0.4/bin/flutter build macos --release

shows error like this:

    ➜  macos git:(main) ✗ ~/fvm/versions/3.0.4/bin/flutter build macos --release --no-tree-shake-icons
Changing current working directory to: /Users/xiaoqiangjiang/source/reddwarf/frontend/tik

           
  • Related