You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: