Codesign returned unknown error -1=ffffffffffffffff

后端 未结 8 1425
傲寒
傲寒 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:15

    @madhu I have been trying to fix the same issue and found that Access Control for the key associated with the certificate in question was set to "Confirm before allowing access" which didn't work in Jenkins. I modified it (thru Keychain Access gui - Get Info, Access Control) to "Allow all applications to access this item" and my build was successful.

提交回复
热议问题