Why is Xcode CodeSigning failing on self-hosted action runner with ‘Warning: unable to build chain to self-signed root for signer…’?
I'm currently using a macos GitHub runner from their virtual environments for CI/CD for my iOS application. This works very well. To sign the app, the Apple certificate and provisioning profile is set on the GitHub runner with the credentials…