For backwards compatibility purposes, I like to keep my continuous integration and deployment workers on the lowest version available. For macOS, this was 10.15 up until recently when Microsoft (rightfully) retired it and made macOS 11 the lowest version available.
Here’s the reason for this post: there’s a change in the exit code behavior of the security command, making any pipeline with multiple certificates fail.
It took me a while to figure out why and there wasn’t an existing post documenting this error. So, here we go. 😉
App & Installer Certificates
I mostly build desktop apps, which have … Read more