-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
  • 61
  • 3

2 Answers2

1

Got same issue, I solved that by changing "Any iOS SDK" to "Any iOS Simulator SDK" from Xcode in Excluded Architectures section. Xcode screenshot

RimApp
  • 13
  • 3
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
  • 993
  • 8
  • 14