(null) is not allowed to open documents in Terminal
Since updating my Macbook Air to macOS Ventura, I have not been able to develop my react native app. When running `react-native run-ios`, I get a popup saying:
“launchPackager.command” can’t be opened because (null) is not allowed to open documents in Terminal.
This refers to a terminal script file in the project that is run as part of the `react-native run-ios` command.
Is there a new set of permissions I can give to Terminal, or something else?
MacBook Air Apple Silicon