Mac build

Hi there!

I have created a mac build. The build runs fine on Mac. I have uploaded the file on itch.io BUT when I download it, I am not able to run the app…

Any help?

Thanks!

1 Like

Do you get an error message or anything indicating what is wrong?

What if you try to launch the game from a terminal?

$> ./Foobar.app/Contents/MacOS/Foobar
1 Like

I get “cannot open the application” (sorry, it’s in italian, something similar…)

From the command line I get “Permission denied”

Thanks!

Check that the binary had the execute permission. If not then add it:

chmod +x Foobar.app/Contents/MacOS/Foobar
1 Like

And indeed now it works! Thanks!

This is just a demo build, I think that in the final release there is some mechanism preventing this issue… but there will be time for this!