Possible Duplicate:
Code Sign error: Certificate identity 'iPhone Developer: My Name (xxx)' appears more than once in the keychain
We have two different Developer accounts (one for store and one for enterprise). The enterprise account came later. Long Story
They are administered under two different email/accounts.
I am trying to allow one XCode project with two different targets to sign our app for either of the accounts based on whether im doing a store or enterprise build. The problem is I get the error message from the title.
They are separate certificates with different private keys so I dont understand why they cant coexist and why XCode cant tell them apart.
IS there any way I can have two different targets in XCode with these different certs/provision profiles?
Update: Per my comment i was able to sign the app for either target, but now when i got to produce an IPA, i get an error about ambiguous certificates from the two different keychains. Thanks!