Xcode6错误:“找不到与应用程序匹配的配置文件”
我正在尝试在Xcode6中提交我的iOS应用。当我在组织者中单击提交或验证时,会弹出一个窗口,其中显示:
I'm trying to submit my iOS app in Xcode6. When I click Submit or Validate in the organizer, a window pops up that says:
无法找到或生成匹配的签名资产:
Xcode试图找到或生成匹配的签名资产,由于以下问题,
未能这样做:
Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues:
找不到Applications / MyApp.app匹配的配置文件
没有有效的配置文件允许指定的
权利:application-identifier,beta-reports-active,
keychain-access-groups。
None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.
我环顾四周,没有找到任何在线告诉我如何解决这个问题。有人可以帮忙吗?谢谢。
I have created a distribution provisioning profile for this app in the member center and it appears in Xcode. I've looked around and have not found anything online that has told me how to fix this. Can anyone help? Thanks.
Andy
有几种可能性你的问题,但主要原因是我从经验和其他SO答案得到的。
There's a couple possibilities for your issue, but the main causes is what I got from experience as well as other SO answers.
- 您的证书或个人资料已过时,在哪种情况下,您必须再次重新生成您的配置文件。我之前遇到过这个问题,但 Apple 已经描述过了)此问题。
-
您尚未在
构建设置/代码签名
区域中设置您的个人资料,以及适当的证书。验证一般/身份
中的团队
,并确保您的个人资料设置正确。
- Your certificate or profile is outdated, in which case you have to go and regenerate your profiles again. I had this problem before, but Apple has described (partially) this issue.
You haven't set your profile in the
Build Settings/Code Signing
area, along with the appropriate certificates. Verify yourTeam
inGeneral/Identity
and ensure that your profile is properly set.
来自 Xcode 5:代码签名权利错误(图像有点过时,但与Xcode相同6):
From Xcode 5: Code signing entitlement errors (The image is a bit outdated, but its the same as Xcode 6):