Tuesday, March 26, 2013

How to delete duplicated certificates


"Certificate identity appears more than once in the keychain. The codesign tool requires there only be one."
  1. Open Keychain and delete the unused certificate
  2. Re-launch Xcode
  3. See the certificate is re-added into the keychain as Xcode launches
  4. Delete it again.
  5. Compile and no error!!!
It worked!!!!