jenkins打包常见问题

1、打包ipa报错:replacing existing signature 和 errSecInternalComponent

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

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

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

转载于:https://my.oschina.net/227/blog/3014875

你可能感兴趣的:(运维)