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!
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!
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
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
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!