Xcode 6 - 无法定位或生成匹配的签名资产
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26025096/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Xcode 6 - failed to locate or generate matching signing assets
提问by JoyA
Error:
错误:
Failed to locate or generate matching signing assets and failed to do so because of the following issues:
由于以下问题,未能找到或生成匹配的签名资产并且未能这样做:
No matching provisioning profiles found for "Applications/myapp.app"
找不到与“应用程序/myapp.app”匹配的配置文件
None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.
没有一个有效的配置文件允许指定的权利:application-identifier、beta-reports-active、keychain-access-groups。
While trying to distribute a company / in-house app:
在尝试分发公司/内部应用程序时:
I've upgraded from Xcode 5 to Xcode 6 and now my normal routine results in the above error. How to fix this? Tried renaming the distribution profile, restarting Xcode, letting Xcode generate it's own files, creating a new distribution certificate. What now?
我已从 Xcode 5 升级到 Xcode 6,现在我的正常例程导致上述错误。如何解决这个问题?尝试重命名分发配置文件,重新启动 Xcode,让 Xcode 生成它自己的文件,创建一个新的分发证书。现在怎么办?
回答by pottedmeat
I was able to fix this problem by changing the Architectures setting. I assume this was just a problem with Architectures/Valid Architectures being incompatible with one another.
我能够通过更改架构设置来解决这个问题。我认为这只是架构/有效架构彼此不兼容的问题。
回答by Pei Xiang
After searching and trying many ways, my problem is resolved by first Product->Clean, then Archive again for validate/submit. Sounds a bit trivial, not sure if this can solve your problem.
在搜索并尝试了多种方法后,我的问题首先通过 Product->Clean 解决,然后再次存档以进行验证/提交。听起来有点微不足道,不确定这是否可以解决您的问题。