Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I can't run it on macOS

(2 edits)

Hey I had one person that had a similar issue, he fixed it by adding execution permissions through the terminal, example command:

chmod +x "[a]/FinalShot 1.2.1.app/Contents/MacOS/Final Shot"

where [a] is the folder the .app is located in

add sudo before the command if it doesn't run:

sudo chmod +x "[a]/FinalShot 1.2.1.app/Contents/MacOS/Final Shot"


Another approach if that one doesn't work:

Use the cd command to navigate to the folder the .app is in

Example: cd Downloads

Then use this command:

chmod +x ./FinalShot\ 1.2.1.app/Contents/MacOS/Final\ Shot


Let me know if this helps you, I don't have a MAC so I'm not sure if these commands are even correct

I'd tried that too (often has to be done for games on itch, I think it's a Unity bug), but it then says "Final Shot 1.2.1.app" was purchased using the App Store on another computer.  To use "Final Shot 1.2.1.app" on this computer, sign in using the Apple ID and password used to purchase it."  

Can you try redownloading it today? I think I fixed it on my side