简体   繁体   English

在向 iTune-connect 提交 iOS 应用程序时找不到匹配的配置文件

[英]No matching provision profile found in submitting iOS app to iTune-connect

I am trying to submit my iOS app archive to iTune to distribute as TestFlight.我正在尝试将我的 iOS 应用程序存档提交到 iTune 以作为 TestFlight 分发。

The is error as "No matching provisional profile found" as shown in the image.如镜像所显示,错误为“未找到匹配的临时配置文件”。 在此处输入图片说明

When I checked in Xcode > General, I found the Provision Profile as XCode Managed Profile as shown in the image.当我检查 Xcode > General 时,我发现 Provision Profile 作为 XCode Managed Profile,如图所示。

I go the Developer Portal and checked Provision Profiles.我去开发者门户并检查了配置文件。 There is no profile named as iOS Team Provisional Profile .没有名为iOS Team Provisional Profile Is that the issue?是这个问题吗? Or if that is not the issue, why I have that error in submitting archive to iTune?或者,如果这不是问题,为什么我在向 iTune 提交存档时出错? Or Where can I find the Team Provisional Profile?或者我在哪里可以找到团队临时档案?

在此处输入图片说明

My solution for that is我的解决方案是

(1)uncheck the automatic manage signing (1)取消勾选自动管理签名

(2)create a new distribution provision profile for the app (2) 为应用程序创建一个新的分发配置文件

(3)download and use that for the provision profile. (3) 下载并将其用于配置文件。

Then it is solved.然后就解决了。

You have to go to iTunes and create a profile and give it the same name as the project builder and then try to validate the archive project from the Xcode.您必须转到 iTunes 并创建一个配置文件并将其命名为与项目构建器相同的名称,然后尝试从 Xcode 验证存档项目。 if the validation is success then you can submit it to the app store and if not let me know what error you get while you validate the app so that we can look more in deep.如果验证成功,那么您可以将其提交到应用程序商店,如果没有,请告诉我您在验证应用程序时遇到了什么错误,以便我们可以更深入地查看。

thank you.谢谢你。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM