Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Build Problems #81

Open
nyrrrr opened this issue Apr 3, 2022 · 1 comment
Open

Mac Build Problems #81

nyrrrr opened this issue Apr 3, 2022 · 1 comment

Comments

@nyrrrr
Copy link

nyrrrr commented Apr 3, 2022

Hi, for me the mac build is not working. It tells me the executable is damaged and I should move it to the trash when trying to run it.

@Calinou
Copy link
Collaborator

Calinou commented Apr 3, 2022

This is likely not a problem with godot-ci, but with the fact that your exported project is unsigned (or at least unnotarized). See Running Godot apps on macOS for an explanation.

For a macOS export to work out of the box, you need 3 things:

  • The export must be run from a macOS instance, not Windows or Linux.
  • You need to purchase an Apple developer certificate ($99/year) and use it to sign the application bundle.
  • You need to notarize the application bundle, that is, send it to Apple for verification.

Signing and notarization must be done for every new version you release.

Welcome to the world of exporting for macOS 🙁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants