提交appStroe 报错 "Missing or invalid signature. The bundle '***' at bundle path 'Payload***解决方案

提交appStroe 报错 "Missing or invalid signature. The bundle '***' at bundle path 'Payload***解决方案

今年过年后发布新版本,发现提交到appStore时报错:提交appStroe 报错 "Missing or invalid signature. The bundle '***' at bundle path 'Payload***
在网上查了下发现时AppleWWDRCA.cer证书过期,需要重新下载


1、下载链接: https://developer.apple.com/certificationauthority/AppleWWDRCA.cer
下载下来后,先将keychain里的Apple Worldwide Developer Relations Certification Authority 过期证书删除。需要输入登录密码


2、将钥匙串中所有相关开发证书删除,重新生成相关证书


3、将本地所有profile文件删除,在开发者中心新建一个profile。下载下来,双击即可。

4、再次提交时正常了

你可能感兴趣的:(ios,xcode)