ERROR ITMS-90165: “Invalid Provisioning Profile Signature.

最近App Store上传ipa失败的错误日志:

ITMS-90165: Invalid Provisioning Profile Signature - The provisioning profile included in the bundle 'com.app.ios' (Payload/testDemo.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.
翻译:错误ITMS-90165: "无效配置文件签名。包com.xxxx中包含的配置文件。' (Payload/app)不能用于向iOS app Store提交应用,除非它有来自苹果的有效签名。(配置文件签名证书过期。)更多信息,请访问iOS开发者门户网站。”


ITMS-90165: Invalid Provisioning Profile Signature - The provisioning profile included in the bundle 'org.cocoapods.BUAdSDK' (Payload/HJYAPP.app/BUAdSDK.bundle) 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.
翻译:错误ITMS-90165: "无效配置文件签名。包org.cocoapods中包含的配置文件。BUAdSDK' (Payload/. App /BUAdSDK.bundle)不能用于提交应用到iOS App Store,直到它有一个有效的苹果签名。(配置文件签名证书过期。)更多信息,请访问iOS开发者门户网站。”

原因:

苹果最近更新导致配置文件过期,不用确认了,开发者后台看不到过期标志

解决方案:

登录开发者后台 Certificates, Identifiers & Profiles,删除原来的Provisioning Profile,重新生成。用新的配置文件打包上传即可。

你可能感兴趣的:(ERROR ITMS-90165: “Invalid Provisioning Profile Signature.)