11

Just installed 10.12 and Xcode 8 codesign command fails even from terminal with A cryptographic verification failure has occurred. and no further details. Any solutions?

idmean
  • 14,540
  • 9
  • 54
  • 83
Marcus
  • 512
  • 1
  • 7
  • 22

1 Answers1

4

This Chinese website helps me to solve that issue.

Launch "Keychain Access", go to "Preferences..." and click "Reset My Default Keychain". After that I was finally able to build my projects.

Wisors
  • 640
  • 6
  • 15
  • This worked for me too, combined with a full restart – keegan3d Jul 18 '16 at 06:58
  • This worked for me. At least until I copied my passwords back so that I could continue to use them, and then it started bombing out again. So somehow some password in my keychain must be causing it, but I haven't quite figured out which one yet. – Hakanai Oct 11 '16 at 01:00