3

Since I upgraded my M1 MacBook Pro to MacOS Ventura 13.0, the Terminal app does not work correctly.

When I type, for example, rm -rf ..., it gets killed as shown in the screenshot below. I get this response for a lot of other commands in Terminal. In addition, I now get Unexpected Error when I try to build an application in Xcode. Same problems appear with either ZSH or Bash.

enter image description here

enter image description here

enter image description here

enter image description here

1 Answers1

-1

At first i thought that chmod fixed the Issue but then i opned iTerm with ZSH and had the same killed Issue again. I ended up also deleting all content from /usr/local/bin and changed my Path Variable to use the /bin folder.

/bin/chmod 755 /usr/local/bin