我刚刚完成了我的更新,现在我想把它提交给仓库。
我在多个装置上进行了精彩的测试,但我想用释放加以测试,仅仅是为了确保不会有任何改观。
在Xcode 4.0.2中,当我想要test 释放楼(即不分发)时,我只想做以下工作:
- In the project settings, make sure that the release code signing is set to "iPhone Developer" not "iPhone Distribution"
- Go to
Edit scheme...
, and change the Run scheme to Release instead of Debug. - Make sure my distribution provisioning profile is installed in Xcode
- Run it on the device, make sure everything works.
如果所有工作都奏效,我将分发如下文件:
- Change the code signing to "iPhone Distribution"
- Make sure the Archive scheme is set to Release
- Archive
- Submit
现在问题在于,根据Xcode 4.2,我可以在我的装置上测试释放。 - 当我开始建造时,我要向我的护卫释放我。
没有发现这种可执行措施的有效规定。
因此,我检查了我在主要“图书馆”栏下提供的情况简介(所有提供情况简介),我在那里看到了我的分发情况。
问题在于,“说明” 这一简介不能在“上安装。
因此,如果我不能用一个装置来利用分发情况——我应如何检验释放情况?
我很想得到关于这个问题的任何建议——如果有人明显失踪我!