Command /usr/bin/codesign failed with exit code 1

后端 未结 30 3628
执笔经年
执笔经年 2020-11-27 14:17

I have the following error:

Command /usr/bin/codesign failed with exit code 1

Here is what I already did for trying to fix this:

30条回答
  •  借酒劲吻你
    2020-11-27 14:37

    For me, I just updated to Xcode 8, and converted my Swift 2.2 code to Swift 3 code, and I got errors in the Unit Testing and UI Testing. I just cleaned and then all the errors disappeared.

提交回复
热议问题