如何在Apple开发人员帐户中生成IPA文件作为开发人员角色

时间:2016-07-11 12:29:41

标签: ios xcode itunesconnect

我的经理有一个Apple开发者帐户,他在我的帐户中添加了我作为开发人员角色。现在我必须给他一个IPA文件。我是否可以通过在Xcode 7中使用我的Apple ID(不是开发人员帐户)登录来生成IPA文件。 我试过这个,但它在Preference中显示我是免费角色而不是开发者角色。存档完成后,也不会启用导出按钮。

1 个答案:

答案 0 :(得分:1)

是的,在上面的xcode 7中,没有选择导出ipa。但我们可以通过其他方式生成iPa文件。

按照以下步骤操作:

  1. 选择产品 - >存档选项 enter image description here

  2. 右键单击WifiList并选择在Finder中显示 enter image description here

  3. 它将打开文件夹,然后右键单击文件夹选项“显示包内容enter image description here

  4. 现在您可以存档,然后您可以在iTunes上拖放。 enter image description here enter image description here

  5. 拖放桌面。

  6. 我希望,它会对你有所帮助。