Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi! I followed this breakdown, but when I hit "enter" in terminal, it says 

"-bash: chmod+x: command not found"

(2 edits) (+1)

Thanks for including the exact error message; that helps to diagnose the problem. You're almost there.

There is a space missing in the command you tried. You have to type chmod +x /Users/...  with a space between "chmod" and "+x" in addition to the space between "+x" and "/Users/...". 

Thank you! Finally got it up and running :) 

When I hit enter in terminal, it says

-bash: /Applications/AShortHike.app/Contents/MacOS/AShortHike: Permission denied

I think I'm doing something wrong. If you could please help, that would be swell. <3

Try it again, but type sudo before chmod (with a space in between). It will ask for your password - only works if you’re an admin user.

this was super helpful! Thanks! Works for me now.

My error message was: "No such file or directory" , and the unarchiver tells me "The contents of "Ashorthike.app" cannot be extracted with The Unarchiver, what should my next step be?