robin312
Active Member
- Jul 6, 2023
- 688
- 1,587
- 276
Does only me have this stuff for chapter 9?
First app for chapters 1-8 launced without an issue. MacOS Monterey 12.6.8
There are no permissions to access BeingADIK-091.app/Content/MacOS/ for some reason
FIXED:
just add permissions to the app and then it runs normally
First app for chapters 1-8 launced without an issue. MacOS Monterey 12.6.8
Bash:
% open -n ./BeingADIK-091.app
The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x6000022a08d0 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}}
FIXED:
just add permissions to the app and then it runs normally
Bash:
chmod -R 755 Path\ to\ app\ file.app
Last edited: