Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

So, funnily enough I'm running into the same exact thing with your game! Looks like it might be a cert issue? Ferns flagged it in the server as something to check out.

Appreciate you flagging this. If we hear any updates we'll let you know.

(+1)

That issue comes because the game is signed incorrectly. On macs, they have anti-malware software called gatekeeper, which requires apps to be code-signed. To fix this in Godot, go into the export config, and scroll down to codesign, where you can set it to Built-in (ad-hoc only). If you do that, gatekeeper will only block the app, where there is a simple workaround for it (Go to System Settings - Security and Privacy - General and click open anyway).

(+1)

Actually, I compared the signatures from my game (which runs fine) and your game, and they look like they were generated the same. The problem might also be that you might not be compiling with Xcode. In the Xcode section of the export config, is there anything there? If not, you might need to download Xcode if you're on a mac.

(+1)

Hey DDAN, thanks so much for taking the time to try and help us with this issue. We truly appreciate it. We won't be able to get the time to try your suggestions likely until tomorrow. We will let you know how it goes when we get to it. Again, thanks so much!