Skip to content

codesign iOS app during codebuild run

0

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?

asked a year ago174 views

1 Answer
0
Accepted Answer

Wrapped all the commands including build commands, security commands etc... using syntax like below and it worked If I put each command separately then it would not let me sign. command : -| <command name>

answered a year ago

EXPERT

reviewed a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.