无法使用开发人员配置文件部署发行版 [英] Cant deploy a release version with developer profile

查看:115
本文介绍了无法使用开发人员配置文件部署发行版的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法进行与我的开发者个人资料签名的发布版本。我复制了发布配置,并将签名证书更改为我的开发人员配置文件,但是当它构建时,它与App Store证书签名。

I cant make a release build which is signed with my developer profile. I duplicated the release config and changed the signing cert to my developer profile but when it builds it signs with the App Store cert.

所以我得到标准对话框告诉我应用程序无法安装在设备上,因为它没有必要的配置文件(App Store配置文件)。

So I get the the standard dialog telling me that the app cant be installed on the device because it doesn't have the necessary profile (App Store Profile).

我希望能够在发送之前测试发布版本出去审查,但我想知道为什么我不能,如果这是一个Xcode错误。我正在使用XCode 3.2.5。到目前为止,我已经完成了对测试版本的测试,但我确信我会在一段时间内遇到麻烦。

Id like to able to test the release builds before sending out for review but im wondering why I cant and if this is an Xcode bug. Im using XCode 3.2.5 . So far I have got away with just testing the debug builds but I'm sure I am going to get bitten on the a** some time.

推荐答案

您可以创建分发特别配置配置文件(而不是开发特稿配置文件)。这样,您可以测试使用您的分发证书进行的代码签名,并在您的设备上安装。

You could create a Distribution Ad Hoc provisioning profile (as opposed to a Development Ad Hoc profile). This way, you can test that code signing with your Distribution certificate works, and install on your device.

然后,只需复制刚刚创建的构建配置,并设置为你的App Store配置文件,你应该很好。

Then, simply duplicate the build configuration you just created, and set to your App Store Provisioning Profile, and you should be good.

这篇关于无法使用开发人员配置文件部署发行版的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆