Xcode7 如何在没有 Apple Developer Program 的情况下创建 ipa

How to create ipa without Apple Developer Program in Xcode7

我想做的是 create an ipa 使用 Xcode7 进行临时分发。我之前没有做过,这是我的第一次尝试。搜索 s/o 并了解到更早的时候可以使用 Xcode5 创建 ipa 文件。我正在尝试 way explained here But I am not getting the option to select export which is shown in the screenshot. I think apple may have changed it, now we can select the export file after signIn with the apple id registered in apple developer membership. I am attaching the screenshot that comes after Product > Archive. As you can see that the export option is disabled, and it is asking for apple developer membership, but able to see the archive file in the finder. Is there any way to create ipa without apple developer membership.

拥有开发者帐号总是好的。

您还可以执行以下操作:

Select "Save For Ad Hoc Deployment" & 单击下一步。然后打开 "select a development team" 下拉菜单。它的底部会有 "Use Local singing assets" 选项。 Select 此选项并单击选择。

给你。构建将由 Xcode 在没有 Apple ID 帐户的情况下创建。

你可以这样操作:

1)清理你的项目。

2)构建你的项目。

3) 转到产品菜单 -> select 构建 -> select 分析。

4)在项目导航器中,找到您的 .app 产品。

5)右键单击它并单击“在查找器中显示”。

6)在那里你会找到命名为 "Release-iphoneos" 的文件夹,在这个文件夹中你会找到你的 .app 扩展文件。

7) 创建一个名为 "Payload" 的文件夹,将 .app 文件复制到此文件夹中。

8) 存档您的文件夹。

9)存档后,将您的文件夹重命名为您应用的名称,并将其扩展名从“.zip”更改为“.ipa”

10)您的 IPA 已准备好分享。

12.7以下版本可以直接从iTunes安装此IPA

如果您使用的是 iTunes 12.7 及更高版本,您可以使用 Diawi to share your IPA for installation. Here is a good step by step process available.