Escoria in Daïza on macOS 10.5.6 Catalina

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By birenbergg

Hello. I can’t run the Escoria demo game on my Mac (on Windows works perfectly fine).

The game is Escoria in Daïza (Escoria demo game).
macOS version: 10.5.6 Catalina.
Error message: “The application “Escoria in Daïza” can’t be opened.”

Hope the team fixes this error soon.

Thanks!

:bust_in_silhouette: Reply From: Calinou

Edit: This can also happen because file permissions for the binary is incorrect. You can solve this by running chmod +x /path/to/Application.app/Contents/MacOS/Godot in a terminal to make the binary inside the .app bundle executable.

Edit 2: I made a website just for this, https://disable-gatekeeper.github.io/ :slight_smile:

This happens because the application is unsigned. Unfortunately, I doubt it will ever be signed as Apple requires paying a significant amount of money and spending time setting up notarization.

You can right-click the application in FInder then choose Open. Click Open Anyway in the confirmation dialog that appears.

Using a terminal, you can also bypass Gatekeeper this way:

xattr -d com.apple.quarantine /path/to/Application.app

I don’t know if it still works on macOS 10.15 though.