can't run under macOS arm64 Sonoma 14.0
lidaobing opened this issue · 2 comments
lidaobing commented
$ open /Applications/ChatGPT_arm64.app/
The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x6000006b0210 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}}
HemulGM commented
Try changing the permissions on the executable file.
chmod 777 Contents/MacOS/ChatGPT
lidaobing commented
chmod a+x /Applications/ChatGPT_arm64.app/Contents/MacOS/ChatGPT
后可以使用