Hello
I am encountering errSecInternalComponent error when trying to codesign my app. As its not possible to to access the reserve capacity mac, I have to rely on logs. I basically create a temporary keychain and add/import my signing certificates into it. I then set it to default and add to search list. I also disabled password prompt when using the cert.
I can see confirm in the logs that certs are there in the keychain during the build but codesign fails with errSecInternalComponent error.
Is there some information where some one might have encountered same error during codebuild run on reserved capacity MAC fleet and what was done to solve it?