0

I have been facing a code sign issue more than a week and I am not able to fix this issue. I have install all the certificate and Provisioning profile to xcode and even though I am getting code signing error I was killing me Please some body help me to fix this issue

To illustrate my issue i have attached screenshot below Please help me

Code signing Error

Daniel Larsson
  • 6,278
  • 5
  • 44
  • 82
btmanikandan
  • 1,923
  • 2
  • 25
  • 45

1 Answers1

1

It looks like you're missing the Developer Identity. Usually it can be esported as a .p12 file and imported with Keychain Access. Ask the guy who manages the iTunes account.

Vik
  • 1,897
  • 12
  • 18
  • So go to "Certificates, Identifiers and Profiles" on your Member Center (developer.apple.com), Click on "Certificates", download development and distribution certificates, import them in your Keychain. – Vik Jan 03 '14 at 14:56
  • i have already install all the certificate in to my keychain but i am getting this error – btmanikandan Jan 03 '14 at 14:59
  • in xcode4.5 we have an option to see weather the key was valid or not xcode 5 how can see it – btmanikandan Jan 03 '14 at 15:00
  • Revoke and recreate the certificate and provisioning profiles out of it. – Engnyl Jan 03 '14 at 15:01
  • in Xcode 5 you can go to Preferences -> Accounts -> Add or click on your account -> View details – Vik Jan 03 '14 at 15:43