Codesign returned unknown error -1=ffffffffffffffff

后端 未结 8 1433
傲寒
傲寒 2020-12-02 23:43

I tried to code sign an iOS application, These are the steps that i followed

    security create-keychain -p password ${KEYCHAIN}
    security set-keychain-s         


        
8条回答
  •  渐次进展
    2020-12-03 00:09

    You might have exported some file like p12 from KeyChain, and when OS asked for your root password, and you denied it, then Xcode will code sign error with this info.

    If this maybe so, you should repeat the above action, input your password and click allow, and then it will be ok to code sign.

提交回复
热议问题