Posted December 04, 2022 by Games@Northeastern Studio
Hi there! Thank you for downloading our game!
When we were testing What Remains of Me on our MacBook Air running Mac OS X (Big Sur), we encountered an issue where we were unable to run the What Remains of Me app because we did not have permission to do so. Here are the steps we recommend to fix this issue:
We apologize that this is such an issue, hope this fix works out!
*In case there is an issue with the stack overflow post, here is the copied version of the answer that we found helpful:
From smithmm:
Open Terminal or iTerm and type sudo chmod -R 755, then drag the .app into the window, which will bring the full path into Terminal or iTerm. This worked for me, moving the -R option directly after chmod.
It will look like this:
sudo chmod -R 755 Path\ to\ app\ file.app
Press return.