2

I'm building my first app in xcode4.3 on lion. Now I want to beta-test using testflight. I've looked at the tutorial: "http://help.testflightapp.com/customer/portal/articles/402782-how-to-create-an-ipa-xcode-4-" But I get stuck at the 2nd step when I'm about to create an Entitlement. In xcode I don't have the "code signing" alternative in the "IOS" template list and am unable to continue the guide. And all the other tutorials I've found are outdated. I would really appreciate a step-by-step guide that works with xcode4.3.

4

2 回答 2

0

该教程已过时,使用 xcode 4.3,您无需像该教程中那样创建 ipa 并使用上传器上传。创建您的应用 ID、代码签名,在此过程中会询问您是要分发到 Appstore 还是创建 ipa。只需遵循该过程,您将在最后看到该选项,然后您可以创建您的 IPA

于 2012-07-07T20:59:31.560 回答
0

如果要查找权利文件,可以这样做:

单击您的项目,然后单击 Targets-Summary,最后您可以看到“Enable Entitlements”,选中它然后您可以看到一个名为 yourApp.Entitlements 的新文件出现在您的项目中。

于 2012-06-17T06:22:47.657 回答