Xcode 15:Xcode 找不到任何匹配的 iOS App Store 配置文件

Dee*_*pak 2 xcode ios provisioning-profile xcode15

我有 Xcode 版本 15.0 (15A240d),在成功存档后在应用商店上传时出现以下错误。我检查了我的配置文件和证书是否有效,并且我能够在 XCode 14.3.1 上上传应用程序。

错误1: "No profiles for 'bundle Identifier' were found. Xcode couldn't find any iOS App Store provisioning profiles matching 'bundle Identifier'."

错误2: "Cloud signing permission error

You haven't been given access to cloud-managed distribution certificates. Please contact your team's Account Holder or an Admin to give you access. If you need further assistance, contact Apple Developer Program Support at https://developer.apple.com/contact/."

在此输入图像描述

我尝试过以下解决方案:

  1. 检查配置文件和证书的有效性。

  2. 这里提到的解决方案
    Xcode 找不到任何与 [bundle ID] 匹配的 iOS App Store 配置文件

小智 12

如果您选择手动签名来分发应用程序,现在在 xCode 15 中,您必须在“选择分发方法”屏幕中选择自定义,如下图所示:

图像

,那么你将处于旧的分配行为中。