I have two apple ids (A and B ) and created a new distribution certificate and provisioning profile for my ios app from B's account. I copied this project from my old project which already mapped with A's distribution certificate and provisioning profiles.
Now I need to clear the old mappings(A's) and add B's distribution certificate and provisioning profile to my new app. I download the new distribution certificate and provisioning profile and install it to keychain access. But in ios bundle signing the new certificate and profiles are not listing.
So how can I clear the old distribution certificate and provisioning profile from ios bundle signing? I am using visual studio in Mac.