Multiple popup for codesign wants to access key “access” in your keychain

十年热恋 提交于 2019-12-12 11:03:52

问题


After build my app, I got error with codesign wants to access key "access" in your keychain and multiple popup as shown in screenshot attached:

I would like to ask how to fix this error? After entering all the password didn't solve the issue. Clicking "Always Allow" didn't solve the issue either. Many thanks.


回答1:


You have to allow codesign in the access list:

security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k keychainPass




回答2:


Enter your password and then Click on Always Allow. That did the job for me.



来源:https://stackoverflow.com/questions/47170445/multiple-popup-for-codesign-wants-to-access-key-access-in-your-keychain

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!