ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

MacOS macos_aarch64 seems broken

Open roger-richards opened this issue 2 years ago • 6 comments

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

roger-richards avatar Feb 20 '23 20:02 roger-richards

Same situation. The x86 one works fine though

jtenniswood avatar Feb 20 '23 20:02 jtenniswood

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

lipengzhou avatar Feb 21 '23 02:02 lipengzhou

Open a terminal and try the following command:

xattr -r -d com.apple.quarantine /YOUR_PATH/ChatGPT.app

This command works

detecti1914 avatar Feb 21 '23 05:02 detecti1914

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

VictoryBlue avatar Mar 02 '23 14:03 VictoryBlue

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

VictoryBlue avatar Mar 02 '23 14:03 VictoryBlue

Try giving full disk access to iterm/terminal if the xattr -r -d com.apple.quarantine /Applicatoins/ChatGPT.app command does not work

vinayakg avatar Jan 05 '24 08:01 vinayakg