I am encountering this error:
UnknownError : EROFS: read-only file system, mkdir '/private/........./Game.app/Resources/app.nw/save/'
On my mac. Please help me fix this. I am not able to change the permissions.
Edit: Nevermind, I fixed it.
Solution: Turns out that the file path I've specified above is in the root directory of mac system and from Catalina version, we cannot modify it at all. You just need to move the Game.app which inside that specific path I've written above to your Desktop or any folder which isn't in the root directory. Then I'm not encountering this error. Otherwise, I wasn't able to even save the game at all.