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

前端 未结 11 1795
不思量自难忘°
不思量自难忘° 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:10

    For me worked this:

    cd ~/Library/Developer/Xcode/DerivedData
    xattr -dr com.apple.FinderInfo *
    

    And then rebuild

提交回复
热议问题