Invalid Provisioning Profile Signature

Invalid Provisioning Profile Signature. The provisioning profile included in the bundle 'com.xxx.xxx' (Payload/.app) cannot be used to submit apps to the iOS App Store until it has a valid signature from Apple. (Expired profile signing certificate.) For more information, visit the iOS Developer Portal. With error code STATE_ERROR.VALIDATION_ERROR.90165 for id cbb16c25-e8ba-441e-9700-05c3d5895056

今天上传App新版,报了上面的错误,翻译:

无效的配置文件签名。bundle xxx.xxx中包含的配置文件.xxx (Payload/. App)不能用于向iOS App Store提交应用,除非它有来自苹果的有效签名。(配置文件签名证书过期。)更多信息,请访问iOS开发者门户。带有错误代码STATE_ERROR.VALIDATION_ERROR。90165为id cbb16c25-e8ba-441e-9700-05c3d5895056

检查了签名证书,没有过期啊。折腾了半天。

原因:
前几天由于输入了几次错误的开发者账号密码,不得不重新修改了密码。导致账号需要重新推出登陆一下。

解决方法:
Xcode - Preferences - Accounts - 对应的开发者账号,会提示你账号需要重新输入密码。

输入完密码,重新打包上传成功。

你可能感兴趣的:(Invalid Provisioning Profile Signature)