I’m currently developing an app in react native and I’ struggling with this error: “Xcode 12.5: Command PhaseScriptExecution failed with a nonzero exit code“. Now I’ve already tried to:
- Uninstall and reinstall all thing related to pods.
- Delete and reinstall node_modules folder.
- I’ve red there’s something to in keychain but again, it doesn’t work.
I think it could be a permission error or something like that, because it occurs at the end of the app build.
Thank you

Build Phasesis failing, have you introduced any recently that may have modified a build phase?