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 Codesigning can hang #143

Open
botoxparty opened this issue Mar 13, 2025 · 2 comments
Open

Mac Codesigning can hang #143

botoxparty opened this issue Mar 13, 2025 · 2 comments

Comments

@botoxparty
Copy link

In the github action i've noticed the mac codesigning can hang a lot

Has anyone experienced this? It just says:

Builds/App_artefacts/Release/App.app: replacing existing signature

and nothing happens....

Sometimes it takes 2 seconds as is successful. Have tried adding --verbose to the codesign command but theres no additional output.

@7sharp9
Copy link

7sharp9 commented Mar 14, 2025

I had it taking ages, but that was because I had a popup asking me to enter a password. I have a local github agent and the temp keychain was asking for auth due to a timeout due to my build taking more than 5 mins and the keychain auto closing.

@botoxparty
Copy link
Author

Ah interesting. I have quite a long build process, i have some dependencies that need to be built. I just moved the import certs step to right before the codesigning and that worked.

Still need to test a little more.

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

No branches or pull requests

2 participants