I was unable to launch this on macOS. Has anyone been able to get this to work?
Viewing post in May The Dream Last jam comments
No, it just crashes if I try to run it from a terminal.
The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x600003d1c330 {Error Domain=NSPOSIXErrorDomain Code=153 "Unknown error: 153" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}}
I found that on the Godot documentation:
xattr -dr com.apple.quarantine "MayTheDreamLast.app"
codesign -s - --force --deep "MayTheDreamLast.app"
If you are able to try that and tell me if it works, I would be really glad.
I think it is a problem of signing, I will try to see if I can fix that and put the file again. Thanks for noticing me.