简体   繁体   English

无法使用XCode 6.0.1存档构建

[英]Unable to archive build using XCode 6.0.1

I know there are few posts related to this issue but none of them is helping me. 我知道很少有与此问题相关的帖子,但是都没有帮助我。 Ever since I have shifted to XCode 6.0.1, I am not able to archive and generate an ad-hoc build. 自从我转移到XCode 6.0.1以来,就无法存档和生成临时构建。 It gives me following error every time. 每次都会给我以下错误。 Tried removing and re-installing provisioning profile, tried clicking on Try Again button on the alert. 尝试删除并重新安装配置文件,尝试单击警报上的“重试”按钮。 It works pretty well with XCode 5.1.1. 它与XCode 5.1.1配合得很好。

Is there some specific guidelines to follow to make this work. 是否有一些特定的指导方针可以遵循以使其工作。 Please advise. 请指教。

在此处输入图片说明

I recently archived for AdHoc and this is what worked for me: 我最近为AdHoc存档,这对我有用:

1) Go to "Build Settings" 1)转到“构建设置”

2) Under "Code Signing" click the dropdown button for "Provisioning Profile" 2)在“代码签名”下,单击“配置文件”的下拉按钮

3) Set "Release" to your app's AdHoc Provisioning Profile 3)将“发布”设置为您应用的AdHoc配置文件

4) Then Archive. 4)然后存档。

5) When the Organizer window pops up, click "Export" (Not submit!) 5)弹出管理器窗口时,单击“导出”(不提交!)

6) Then save it for Ad Hoc deployment. 6)然后将其保存以进行临时部署。

That could do the trick! 那可以解决问题!
If not, login to your dev center and make sure the Provisioning profile you created for your app is indeed "Ad Hoc" and matches your bundle identifier. 如果不是,请登录到您的开发中心,并确保您为应用程序创建的置备配置文件确实是“ Ad Hoc”并且与您的捆绑包标识符匹配。 This provisioning profile is the one you should be selecting in the above Step #3. 此配置文件是您在上述第3步中应选择的配置文件。

Hope this helps! 希望这可以帮助!

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

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