We have two iOS Distribution certificates. I´m having some issues with signing because both distribution certificates have the same name.
If I add both certificates and try to sign with one of them I get an error message that says below.
Code Signing Error: Provisioning profile “NTT One Dev" doesn't include signing certificate "iPhone Distribution: NTT LLP".
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 13.2'
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 13.2'
I have to remove the newly added certificate from Keychain access to sign the app. This makes signing an application a time consuming task as I have to export/import certificates every time I want build apps.
Does anyone know of a way of changing the name of the Distribution certificate that Apple generates?
Best regards
Naga
Contacted Apple support and they refused to change the name to something other than the legal name of the company. I ended up creating a separate user account on my mac to do the signing for the enterprise account.