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

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

    in my case issue was with Provisioning Profiles and Account, i fixed by doing these steps:

    1. Xcode Preferences ->Accounts->Delete already added account and add it again
    2. Generate new Provisioning Profiles and installed in Xcode
    3. clean project and rebuild it

提交回复
热议问题