终端ssh登录mac用shell打包ipa报错:replacing existing signature

终端ssh登录mac用shell打包ipa报错:replacing existing signature

报错原因:login.keychain被锁定,ssh登录的没有访问权限

解决方法:终端敲入 security unlock-keychain ${HOME}/Library/Keychains/login.keychain

然后输入你mac的登录密码

原文地址:https://www.cnblogs.com/mrblue/p/4180016.html