3

enter image description hereI hade changed my Mac to MacBook m1 and my Xcode V is 12.4 my project run normally on simulator but doesn't on the real device I tried to delete the pods it doesn't work for me

Command PhaseScriptExecution failed with a nonzero exit code

Thank you

Hamada Raouf
  • 95
  • 1
  • 1
  • 11

1 Answers1

4

Add "arm64" in "Excluded Architectures" in build settings of both project and pods project, to run the app in simulator. Remove it while making build on device or archiving the app.

Shivani Bajaj
  • 996
  • 10
  • 23