What is the value of codesigning_identity in build_app of fastlane

1.1k views Asked by At

I was trying to use this fastlane script. The script is being failed at the end as its picking up the wrong codesigning_identity enter image description here. Its being used in build_app function line number 148. I know I can assign the right value with the export command. But I just don't know where can I get the value?

Thanks in advance.

1

There are 1 answers

0
gustavopch On

From https://stackoverflow.com/a/31626407/3538092, you can get it with:

security find-identity -v -p codesigning

The part that you'll use will be something like "iPhone Developer: App Developer (XXXXXXXXXX)".