Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You need to

  • launch Terminal [Applications/Utilities], then type or copy/paste chmod +x [including a space after the x]
  • then drag the app you need to change the perms straight onto the Terminal window, which will fill in the correct path
  • hit Backspace once, as the last task will add an unnecessary space
  • Then you need to add the sub-path to the actual executable inside the app, so copy this & paste it onto the end of your current Terminal line /Contents/MacOS/*
  • Hit Enter

This will change the permissions to executable.

An example of the 'finished' Terminal command, using TextEdit as the example chmod +x /Applications/TextEdit.app/Contents/MacOS/*

Note: Terminal never tells you "Success" or "Done" etc. If you see it add a new line saying yourMac:~ yourname$ then it's finished. If there's an error it will report that.

If you get an error saying you do not have permission to do this, then start over, but use sudo chmod +x for the first step. This is, in effect, "Administrator Override" mode. You will be asked to provide your Mac password when you hit Enter [which will not show at all as you type it] then hit Enter again.

https://superuser.com/questions/1127274/the-application-exampleapp-can-t-be-open...

I am a mac user and this way worked for me. Please do not ask me questions regarding this as I searched it on google. I don't know enough about Terminal to help you.

Ah thank you! I'll archive this info. I am not a mac user so I can't really fiddle with this stuff, unfortunately. 

You are very welcome!