I'm encountering an issue while trying to run/build my React Native project in Xcode 15.4. The error occurs in the FBReactNativeSpec and the build fails with the following message:
Command PhaseScriptExecution failed with a nonzero exit code
Details:
React Native Version: 0.71.8 Xcode Version: 15.4 macOS Version: macOS 14.5
What I've Tried:
Has anyone else encountered this issue or can provide guidance on how to resolve it?
When I cloned my repository, I renamed it from "WalletClone" to "WalletClone Copy", introducing a space. This caused the above error.
Solution