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
CodePudding user response:
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.
CodePudding user response:
Try switching to Flutter master channel and then check to see if it work or not, then switch back to Flutter stable channel.
