ChatGPT
ChatGPT copied to clipboard
MacOS macos_aarch64 seems broken
Version
v0.11.0
Bug description
Current build aarch64 when installed and run - MacOS Ventura: “ChatGPT.app” is damaged and can’t be opened. You should move it to the Trash.
OS
MacOS 13.1 / M1
Environment
Macbook Pro M1
Same situation. The x86 one works fine though
Version
v0.11.0
Bug description
Current build aarch64 when installed and run - MacOS Ventura: “ChatGPT.app” is damaged and can’t be opened. You should move it to the Trash.
OS
MacOS 13.1 / M1
Environment
Macbook Pro M1
+1
- How to Fix App “is damaged and can’t be opened. You should move it to the Trash” Error on Mac
- How to Fix “App Is Damaged and Can’t Be Opened” on Mac
Open a terminal and try the following command:
xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app
- How to Fix App “is damaged and can’t be opened. You should move it to the Trash” Error on Mac
- How to Fix “App Is Damaged and Can’t Be Opened” on Mac
Open a terminal and try the following command:
xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app
This command works
xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app
Execute above code, and the interface can be opened, but there is nothing in the interface
xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app
Execute above code, and the interface can be opened, but there is nothing in the interface
Try giving full disk access to iterm/terminal if the xattr -r -d com.apple.quarantine /Applicatoins/ChatGPT.app
command does not work