Specify exportSigningIdentity on the command line using xcodebuild?

I know that when calling the xcodebuild command, you can specify the provisioning profile, as shown here .

However, I would also like to specify code signing through the exportSigningIdentity parameter. I tried countless permutations with various parameters and formats for this parameter, with no luck - I keep getting errors. I’m not even sure that this will provide all the necessary parameters.

I leave the scheme parameter as it contradicts the code signing specification. Unfortunately, the documentation on this issue is very scarce.

Thank you for your help!

+6
source share

All Articles