-
Notifications
You must be signed in to change notification settings - Fork 4
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 issues #44
Comments
Hi @nclm, There is a way to bypass the blocker, but I don’t document it. Since it’s related to security, I believe everyone should do their own research - a workaround is easy to find. The other issue (with the x64 installer) I suspect is a matter of an incompatible architecture, running x64 (Intel mac) on arm64 (Apple Silicon). That’s why it somewhat works, but with degraded performance. |
I don't beleive this issue is your typical unsigned issue due to the fact that it's stating that the app is damaged not untrusted. I could be wrong. |
Hey, @MIfeanyi. The phrasing is unfortunate, in the case of an unsigned app, but this error is a well documented problem. While it can mean other issues, the chances are really low here. |
Perhaps this could be a useful reference And uh, |
Also, we @wovendesign have an Apple Developer Account and would offer to publish/sign the App, if the penpot team and everyone involved would be okay with that |
Hi @ericwaetke, I use the ARM installer myself and also test it in a VM with a default installation. The “X is damaged and can’t be opened.” error is fully reproducible, and clearing the app from quarantine (through
You could capture output (standard and error) through the The inconsistency with the treatment and lack of a clear message in case of an unsigned app are the main reasons why signing is necessary to reliably judge issues with the macOS version. |
Oh you are totally right! Turns out I was not correctly signing with The app does work indeed flawlessly! |
That’s great, thank you for the double-check @ericwaetke. |
On macOS 15.0.1 on a M1 Max:
Penpot-Desktop-0.7.0-arm64-mac doesn’t launch. Instead the error
“Penpot Desktop.app” is damaged and can’t be opened. You should move it to the Bin.
is displayed.Penpot-Desktop-0.7.0-mac does launch. But it’s very slow to load. It takes about 30 seconds before displaying a nearly empty window (only one tab). Then about 30 seconds more before displaying the UI in the window.
The text was updated successfully, but these errors were encountered: