Getting this error command / usr / bin / codesign failed with exit code 1 using xcode 9.1?

I get this error

/Users/macbook/Library/Developer/Xcode/DerivedData/xxxxx-egjyfcyhdfcgftavbtoudbcgthja/Build/Products/Debug-iphoneos/xxxx.app: unknown error -1=ffffffffffffffff

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

with xcode 9.1 / ios11.1 when creating the application, earlier I was able to run my application smoothly. Any idea what might be the problem. I have already tried the following steps:

Deletion of all Derived Data.

renew all profiles and training certificates.

But still no luck.

+4
source share
1 answer

Try updating your keyChain password. To do this, try to follow

  • If you do not know your old password, the solution is to create a new login keychain.

  • If you know your old password, use this password to update an existing login keychain:

    • Keychain Access, "" "".
    • "login".
    • "" " ". "
    • " ".
    • , , reset.
    • " ". , Mac. Verify.

OK, , Keychain. Xcode, , .

+17

Source: https://habr.com/ru/post/1689607/


All Articles