简体   繁体   English

Xcode App Store 提交错误:缺少应用程序标识符授权

[英]Xcode App Store Submission Error: Application Identifier Entitlement Missing

Upon submitting the binary to App Store, I get the following errors:将二进制文件提交到 App Store 后,我收到以下错误:

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

Notes :备注

  • Submission is with Xcode 11提交的是 Xcode 11
  • Project Created with Xcode 11使用 Xcode 11 创建的项目
  • Provisioning Profiles are newly made配置文件是新制作的
  • iOS app, Today Widget, Watch Extension, Watch App included iOS 应用程序,今日小部件,手表扩展,包括手表应用程序
  • Today Extension is using app gro Today Extension 正在使用 app gro

Things I tried :我尝试过的事情

  • Cleaning build folder清理构建文件夹
  • Cleaning Derived Data folder清理派生数据文件夹
  • Reinstalling Xcode 11重新安装 Xcode 11
  • Cleaning Provisioning Profiles folder and redownloading profiles清理 Provisioning Profiles 文件夹并重新下载配置文件
  • This is an App Store distributed app这是一个 App Store 分布式应用程序
  • No 3rd party signing involved不涉及第三方签署

UPDATE更新

  • I only have entitlement files on the main target and on Today Extension.我只有在主要目标和 Today Extension 上的授权文件。 On others, there aren't any.在其他方面,没有。
  • App entitlement error is coming up on all targets, given above.上面给出的所有目标都出现应用程序授权错误。
  • App ID format is xxxxxx.com.companyname.app App ID 格式为 xxxxxx.com.companyname.app
  • Bundle Identifiers have not been changed since the last update.自上次更新以来,捆绑标识符未更改。
  • All these have worked before, a few weeks prior to the last app update.所有这些都曾在上次应用更新前几周起作用。

After hustling with it for hours straight, it because apparent that it's an XCode 11 issue.在连续使用它几个小时后,很明显它是 XCode 11 问题。 The way it is archiving.它的归档方式。

Even though this is not the most practical solution, it worked for me:尽管这不是最实用的解决方案,但它对我有用:

  1. Upgraded macOS to Bug Sur Beta将 macOS 升级到 Bug Sur Beta
  2. Installed Xcode 12 Beta alongside Xcode 11在 Xcode 11 旁边安装了 Xcode 12 Beta
  3. Archived using Xcode 11使用 Xcode 11 存档
  4. Submitted using Xcode 12使用 Xcode 12 提交

Just relieved I got the update submitted!只是松了一口气,我收到了更新!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Xcode 5构建的应用程序-提交到应用商店 - Application built with Xcode 5 - submission to app store 如何修复 iOS“缺少应用程序标识符授权”。 Siri 快捷方式出错? - How to fix an iOS "Missing application-identifier entitlement." error with Siri Shortcuts? iOS 8.1.3 - 企业分发 - 应用程序缺少应用程序标识符权利 - iOS 8.1.3 - Enterprise Distribution - Application is missing the application-identifier entitlement Apple Pre-Release应用程序提交“缺少测试版权利” - Apple Pre-Release app submission “Missing beta entitlement” Flutter iOS 应用提交问题警告:缺少推送通知权利 - Flutter iOS app submission issue warning: Missing Push Notification Entitlement 应用程序标识符权利格式不正确 - iOS Xcode 4 - The application-identifier entitlement is not formatted correctly - iOS Xcode 4 由于应用程序标识符授权,应用程序安装失败 - App installation failed due to application-identifier entitlement 应用商店提交被拒绝iOS广告标识符 - App store submission denied iOS Advertising Identifier 来自Xcode 8.2.1的App Store应用程序提交 - App store app submission from Xcode 8.2.1 iTunes Store操作失败,错误ITMS-90701:“缺少权利? - iTunes Store Operation Failed ERROR ITMS-90701: "Missing entitlement?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM