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
Asked
Active
Viewed 260 times
2 Answers
0
Try running command
flutter cleanflutter pub getcd iospod deintegratepod install- Then Go to Xcode and try XCode clean build from Product > Clean Build Folder
- 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
-
still same error – yusuf Jan 25 '22 at 06:59
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