Hi,
Since i installed Xcode 3.2.3 in order to keep working (on ios 4.0.2), i've got this error :
Code:
iPhone Developer: **** **** (*********): ambiguous (matches "iPhone Developer: **** **** (*********)" in /Library/Keychains/System.keychain and "iPhone Developer: **** **** (*********)" in /Users/****/Library/Keychains/login.keychain)
Command /usr/bin/codesign failed with exit code 1
the stars hide personal information like first name, name, etc...
I check my keychain and my certificates are valids (the developper one and the distribution one).
I tried several thing found on the Internet (like "sudo /usr/bin/security find-certificate -a -Z -c "iPhone Developer:" | grep SHA" or looking in the Keychain) and the answer is no.
I tried to erase all certificate, recreate in the provisioning portal, download but it didn't change anything.
Is anybody have encounter the same problem and/or have a solution ?
Thanks in advance.