Xcode 8 can't archive “Command /usr/bin/codesign failed with exit code 1”

前端 未结 11 1833
不思量自难忘°
不思量自难忘° 2020-12-22 22:32

I\'ve got a serious problem on Xcode 8 on macOS Sierra. when I try to build my app, I get the following issue.

CodeSign /Users/me/Library/Developer/Xcode/Der         


        
11条回答
  •  醉话见心
    2020-12-22 23:17

    Sometimes even if you fixed and/or had correct code-signing done, the problem might lurk in 3rd-party packages.

    If you closely check out your build error, you might find the name of the 3rd-party libraries on the error message.

    In this case, you must build your 3rd-party libraries again. For example in my case, update it via carthage update and now the build succeeded properly.

提交回复
热议问题