Xcode Error: Command /usr/bin/codesign failed with exit code 1

北城余情 提交于 2019-12-01 16:29:57

You've almost certainly got corrupted certs :

Revoke old certs, generate new ones, new provisioning profile, the works, magic happens again

This seems senseless, but I simply locked and then unlocked the login keychain and the problem went away. On reflection, the problem occurred after I had added a new certificate to the keychain. Maybe the addition of this additional certificate (unrelated to the current project) caused the problem.

Try going through all of the steps in the Managing Devices and Digital Identities document. This should help you verify that your machine is correctly set up.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!