-1

please help me i found that error while move to another developer device , previously i used windows laptop and it was fine, but when i move to mac mini m1 this problem appears Command PhaseScriptExecution failed with a nonzero exit code

flutter doctor

yusuf
  • 11
  • 1

2 Answers2

0

Try running command

  1. flutter clean
  2. flutter pub get
  3. cd ios
  4. pod deintegrate
  5. pod install
  6. Then Go to Xcode and try XCode clean build from Product > Clean Build Folder
  7. Run your flutter application

Let me know if this works for you. I have followed these steps. If it doesnt work try to follow these solutions.

Fahmida
  • 630
  • 4
  • 13
0

Try switching to Flutter master channel and then check to see if it work or not, then switch back to Flutter stable channel.

Umair Khan
  • 473
  • 3
  • 8