Code Signing Error: Provisioning profile ***** doesn't include signing certificate ****

I had two projects A and B with two distribution certificate added to keychain with same name ("iPhone Distribution: NTT Check") but different private keys.
Project A is working fine and can able to generate the Archive and IPA successfully using Distribution certificate called "iPhone Distribution: NTT Check".
I added new distribution certificate B to Key chain then project A is getting failed due to new distribution certificate "iPhone Distribution: NTT Check". Both project has same distribution certificate name but different private keys.
Error description for Project A:
Check dependencies Code Signing Error: Provisioning profile "*****" doesn't include signing certificate "iPhone Distribution: NTT Check". 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 am to sure how to fix this error. Any help will be appreciated.
Code Signing Error: Provisioning profile ***** doesn't include signing certificate ****
 
 
Q