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

Fix code signature #4

Closed
fwcd opened this issue May 29, 2022 · 2 comments
Closed

Fix code signature #4

fwcd opened this issue May 29, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@fwcd
Copy link
Owner

fwcd commented May 29, 2022

We should run xattr -cr Mixxx.app on the binary since otherwise macOS won't let us run the app by default due to an invalid signature:

image

@fwcd fwcd added the bug Something isn't working label May 29, 2022
@fwcd
Copy link
Owner Author

fwcd commented May 29, 2022

So the issue seems to be that the app binary is somehow configured to expect a signature, which we can check by running codesign --verify path/to/mixxx.app:

path/to/mixxx.app: code has no resources but signature indicates they must be present

A 'normal' unsigned app shows the following message:

path/to/other.app: code object is not signed at all

This also displays a less misleading message in the Gatekeeper UI:

image

@fwcd
Copy link
Owner Author

fwcd commented May 30, 2022

Fixed in 08c2957

@fwcd fwcd closed this as completed May 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant