xcode iOS 导出为 Ad Hoc 错误:无法定位或生成签名资产
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26100465/
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
iOS Export as Ad Hoc Error: Failed to locate or generate signing assets
提问by Jacob Jones
Since I have updated Xcode to version 6.0.1, I can't export app as Ad Hoc. I had tried many solutions, but they were useless. I have reassigned my certificate and provisioning profile as well. But it was without any success.I have no idea what to do... Maybe anyone had same thing before as I have now?
由于我已将 Xcode 更新到 6.0.1 版,因此我无法将应用程序导出为 Ad Hoc。我尝试了很多解决方案,但都没有用。我也重新分配了我的证书和配置文件。但它没有任何成功。我不知道该怎么办......也许有人以前和我现在有同样的事情?
Error details:
Profile details:
Build settings:
P.S. It is not duplicate theme. I have tried all solutions from questions like this... They all doesn't work for me...
错误详细信息:
配置文件详细信息:
构建设置:
PS 它不是重复的主题。我已经尝试了类似问题的所有解决方案......它们都不适合我......
回答by Jacob Jones
Finally I have found solution to my problem. You have to be iOS Distributor (iOS Developer is not enough) to export application for Ad Hoc deployment.
最后我找到了解决我的问题的方法。您必须是 iOS 分销商(iOS 开发人员还不够)才能导出应用程序以进行 Ad Hoc 部署。