2016年2月14之后提交App Store的包需用使用新的“Apple Worldwide Developer Relations Certification Intermediate Certificate” 证书
旧的“Apple Worldwide Developer Relations Certification Intermediate Certificate” 证书已经不能使用,
需要开发者下一个新的renewed certificate,然后按照步骤导入更新证书
如果没有使用renewed certificate 会出现
无法打ipa包和提交AppStore(Xcode unable to create distribution builds for App Store submissions or Enterprise apps.)的问题
更新证书的步骤
1. 在下面的官方链接下载 renewed certificate
2. 双击导入renewed certificate到keychain
3. 打开系统keychain,左侧栏上面点击“系统”,下面点击“证书”,点击菜单栏“显示”-> "显示已经过期的证书" 可以看到一个过期的
“Apple Worldwide Developer Relations Certification Intermediate Certificate”
4. 删除这个过期的“Apple Worldwide Developer Relations Certification Intermediate Certificate”
5. Done
更详细的内容可以看下下面这个文档
https://developer.apple.com/support/certificates/expiration/
renewed certificate下载链接
https://developer.apple.com/certificationauthority/AppleWWDRCA.cer
参考链接
http://superdanny.link/2016/02/15/iOS-Certificate-has-an-invalid-issuer/