gpt4 book ai didi

ios - 错误 ITMS-90164/90046 : Invalid Code Signing Entitlements

转载 作者:IT王子 更新时间:2023-10-29 07:31:09 25 4
gpt4 key购买 nike

注意:我正在使用 Xamarin 进行开发。 Xamarin 论坛中发布了类似问题 here

我正在创建一个名为 CompanyApp 的应用程序。然后我为它创建了一个 App ID com.Company.CompanyApp,以及使用相应 App ID 的 Distribution Provisioning Profile。我上传了二进制文件,它运行良好。

然后我继续创建该应用程序的演示版本(基本上是同一个应用程序,只是稍作修改,所以它是相同的解决方案和项目,只是捆绑签名设置不同),CompanyAppDemo 和一个新的应用程序ID com.Company.CompanyAppDemo,以及使用新 App ID 的新分发配置文件。我更新了 iOS Bundle Signing 选项以使用新的 Provisioning Profile 并生成了 IPA。但是当我将其上传到 Application Loader 时,出现以下错误:

[2015-01-23 16:08:21 SGT] ERROR: ERROR ITMS-90164: "Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: 'TEAMID.com.Company.CompanyApp' for the key 'application-identifier' in 'Payload/CompanyApp.app/CompanyApp'"

[2015-01-23 16:08:21 SGT] ERROR: ERROR ITMS-90046: "Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'TEAMID.com.Company.CompanyApp' for key 'application-identifier' in 'Payload/CompanyApp.app/CompanyApp' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier."

我调试了好几天都没搞清楚。

我想知道为什么当我与新签约时profile,Application Loader 抛出的错误是指原始 TEAMID.com.Company.CompanyApp 而不是 TEAMID.com.Company.CompanyAppDemo 的 ID?这是 Xamarin 中的错误,它选择了错误的配置文件,还是我遗漏了什么?您不需要为不同的应用程序使用不同的证书,对吗?

请注意,在 Xamarin 中更改 iOS Build Signing 选项之前,我总是在 XCode > Preference 中刷新 Provisioning Profile 列表。

最佳答案

如果有人像我一样通过搜索 ERROR ITMS-90046 到达这里,我的解决方案是清理它并删除所有预编译框架(自定义框架),然后重新构建。

注意:错误描述将​​键“aps-environment”说成“development”。

Edit: The actual error message

关于ios - 错误 ITMS-90164/90046 : Invalid Code Signing Entitlements,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28106791/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com