-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
macOS failing to sign Shortcuts on 14.4+ #49
Comments
This is possibly a macOS bug. The unsigned Shortcut the compiler currently produces I'm not initially seeing anything wrong with. If you haven't upgraded yet and the compiler still doesn't work, please comment here. |
This isn't just Luckily, I tried playground.cherrilang.org, and that worked just fine. So that's good. I will notify the RoutineHub team to hold off on updating the macOS version on their signing server. |
This has been fixed by 0dc365c. Thanks to the folks at RoutineHub giving us the OK to use their HubSign service as a sustainable backup signing server for the compiler. The playground has been using this for a while and it works great! They will survey macOS updates to ensure that signing is not broken in the next version before they upgrade. Much ❤️ to RoutineHub and https://github.com/scaxyz/shortcut-signing-server for making this possible! |
|
I confirmed this is still a bug on Sequoia (macOS 15). |
Describe the bug
When signing a Shortcut with the
shortcuts
binary on macOS through the Cherri compiler, when it attempts to sign the Shortcut produced by Cherri, it produces this output:To Reproduce
No code seems to trigger this specifically. Something about the general format of Shortcuts that Cherri currently creates is not compatible with the current version of macOS.
Debug output
Please use the
--debug
flag and copy the output.Expected behavior
For the Shortcut to be signed.
Screenshots
If applicable, add screenshots to help explain your problem.
Version Information (please complete the following information):
Darwin Kernel Version 23.4.0
go1.22.1 darwin/arm64
The text was updated successfully, but these errors were encountered: