如何使用 Xcode 创建 .ipa 文件?

发布于 2024-10-28 08:14:18 字数 47 浏览 1 评论 0原文

请告诉我构建我的应用程序和应用程序的完整过程。在真正的 iPhone 上使用它。

Please tell me the complete procedure to build my app & use it on a real iPhone.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(10

眼眸印温柔 2024-11-04 08:14:18

在 Xcode 10.0 版本中


  1. 转到窗口 ->管理器
  2. 然后从存档中选择您的应用程序存档
  3. 然后单击右侧面板上的“分发应用程序”按钮

在此处输入图像描述

  1. 然后按照以下步骤操作

第 1 步

输入图片此处描述

第 2 步

在此处输入图像描述

第 3 步

在此处输入图像描述

第 4 步

< a href="https://i.sstatic.net/mcdqD.png" rel="noreferrer">在此处输入图像描述

步骤 5

在此处输入图像描述

第6步:最后选择要保存.ipa文件的位置

在此处输入图像描述

在 Xcode 版本 9.2 中


  1. 转到窗口 ->管理器
  2. 然后从存档中选择您的应用程序存档
  3. 然后单击右侧面板上的“上传到 App Store”按钮
  4. 然后按照以下步骤操作

第 1 步
输入图像描述此处

第 2 步
输入图像描述此处

第 3 步
输入图像描述此处

第 4 步
最后选择要保存 .ipa 文件的位置

在此处输入图像描述

In Xcode Version 10.0


  1. Go to Window -> Organizer
  2. Then select your app archive from archives
  3. Then click the "Distribute App" button on right panel

enter image description here

  1. Then follow the below steps

Step 1

enter image description here

Step 2

enter image description here

Step 3

enter image description here

Step 4

enter image description here

Step 5

enter image description here

Step 6 : Finally select the place you want to save the .ipa file

enter image description here

In Xcode Version 9.2


  1. Go to Window -> Organizer
  2. Then select your app archive from archives
  3. Then click the "Upload to App Store" button on right panel
  4. Then follow the following steps

Step 1
enter image description here

Step 2
enter image description here

Step 3
enter image description here

Step 4
Finally select the place you want to save the .ipa file

enter image description here

情感失落者 2024-11-04 08:14:18

除了 kus 答案之外。

Xcode 8.0 中有一些变化

第 1 步:
将方案目标更改为通用 IOS 设备

第 2 步:
点击产品> 存档 >完成后,打开管理器并单击最新版本。

第 3 步:
点击管理器窗口右侧的导出...选项。

第 4 步:
选择导出方法 >选择正确的签名>保存到目的地。


Xcode 10.0

第 3 步:
从右侧面板中单击“分发应用程序”。

第 4 步:
选择分发方法,然后单击“下一步”。

第 5 步:
它打开分发选项窗口。选择所有兼容设备型号点击下一步

第 6 步: 选择签名证书。

第 7 步: 它将打开准备分发存档窗口。需要几分钟。

第 8 步: 它将打开“档案”窗口。单击“导出”并保存。


In addition to kus answer.

There are some changes in Xcode 8.0

Step 1:
Change scheme destination to Generic IOS device.

Step 2:
Click Product > Archive > once this is complete open up the Organiser and click the latest version.

Step 3:
Click on Export... option from right side of organiser window.

Step 4:
Select a method for export > Choose correct signing > Save to Destination.


Xcode 10.0

Step 3:
From Right Side Panel Click on Distribute App.

Step 4:
Select Method of distribution and click next.

Step 5:
It Opens up distribution option window. Select All compatible device variants and click next.

Step 6: Choose signing certificate.

Step 7: It will open up Preparing archive for distribution window. it takes few min.

Step 8: It will open up Archives window. Click on export and save it.


尴尬癌患者 2024-11-04 08:14:18

点击产品>从菜单中的Archive,完成后打开Organiser并单击最新版本> 分发 > 保存用于企业或临时部署 > >选择正确的签名>保存到目的地

Click Product > Archive from the menu, once this is complete open up the Organiser and click the latest version > Distribute > Save for Enterprise or Ad-Hoc Deployment > Choose correct signing > Save to destination

墟烟 2024-11-04 08:14:18

在 Xcode-11.2.1 中,

您可能会看到上传 IPA 的不同模式
步骤:-

i) 在 Xcode 中添加您的 Apple 开发者 ID -> 偏好 -> 帐户

ii) 清理构建文件夹:-

在此处输入图像描述

iii) 存档

在此处输入图像描述

iv ) 点击“分发应用程序”

在此处输入图像描述

v) 选择 Ad-hoc 以在指定设备上分发

在此处输入图像描述

vi) 棘手部分 -> ;用户可以从公司网站 URL 下载应用程序。我们中的许多人可能会陷入困境并开始创建网站 URL 来上传 ipa,这不是必需的。只需使用 https :) 编写 google 网站网址

在此处输入图像描述

在此处输入图像描述

vii) 单击导出并你会得到 ipa。

在此处输入图像描述

viii) 访问 https://www.diawi .com/ &拖放您已下载的 ipa。 &将链接分享给想要测试的客户/用户:)

In Xcode-11.2.1

You might be see different pattern for uploading IPA
Steps:-

i) Add your Apple Developer id in Xcode -> preferences -> accounts

ii) Clean Build Folder :-

enter image description here

iii) Archive

enter image description here

iv) Tap on Distribute App

enter image description here

v) Choose Ad-hoc to distribute on designated device

enter image description here

vi) Tricky part -> User can download app from company's website URL. Many of us might get stuck and start creating website url to upload ipa, which is not required. Simply write google website url with https :)

enter image description here

enter image description here

vii) Click on export and you get ipa.

enter image description here

viii) Visit https://www.diawi.com/ & drag and drop ipa you have downloaded. & share the link to your client/user who want to test :)

凉墨 2024-11-04 08:14:18

您需要构建存档您的项目。您可能需要检查项目和可执行文件中的代码签名设置。

使用管理器选择您的存档版本,然后您可以共享该项目版本。您将需要再次选择正确的代码签名。它将允许您将 .ipa 文件保存在您想要的位置。

.ipa 文件拖放到 iTunes 中,然后与您的 iPhone 同步。

编辑:这里有一些更详细的说明,包括屏幕截图;

如何分发广告使用 XCode 4 进行临时构建

You will need to Build and Archive your project. You may need to check what code signing settings you have in the project and executable.

Use the Organiser to select your archive version and then you can Share that version of your project. You will need to select the correct code signing again. It will allow you to save the .ipa file where you want.

Drag and drop the .ipa file into iTunes and then sync with your iPhone.

EDIT: Here are some more detailed instructions including screenshots;

How to distribute ad hoc build with XCode 4

分分钟 2024-11-04 08:14:18

存档过程(使用 Xcode 8.3.2)

注意:如果您使用 iTunes Mac 应用程序通过拖放过程创建 IPA,则此方法不再适用于 iTunes 12.7,因为 iTunes 12.7 中没有内置应用商店。

  1. 在 Xcode 的设备列表中选择'Generic iOS Device'

Step 1

  1. 清理项目 (cmd + shift + k 作为快捷方式)

Step 2

  1. 转到产品 -> 存档您的项目

Step 3

  1. 归档成功后,将打开一个包含已归档项目的窗口

  2. 您可以通过按验证来验证您的存档(可选步骤,但推荐)

  3. 现在按在Export按钮上

Step 4 5 6

  1. 这将打开导出方法列表。根据您的要求选择导出方法,然后单击下一步按钮。

步骤 7

  1. 这将显示配置团队列表。相应地选择并按“选择”按钮。

步骤 8

  1. 现在您必须选择设备支持 -> 为所有兼容设备导出一个应用(推荐)。如果您想要特定设备的 IPA,请从列表中选择设备型号,然后按“下一步”按钮。

步骤 9

  1. 现在您将能够看到“摘要”,然后按“下一步”按钮

Step 10

  1. 此后生成 IPA 文件并稍后您将能够将 IPA 导出为 [应用名称 - 日期时间],然后按“完成”。

步骤 11

Archive process (using Xcode 8.3.2)

Note : If you are using creating IPA using drag-and-drop process using iTunes Mac app then this is no longer applicable for iTunes 12.7 since there is no built-in App store in iTunes 12.7.

  1. Select ‘Generic iOS Device’ on device list in Xcode

Step 1

  1. Clean the project (cmd + shift + k as shortcut)

Step 2

  1. Go to Product -> Archive your project

Step 3

  1. Once archive is succeeded this will open a window with archived project

  2. You can validate your archive by pressing Validate (optional step but recommended)

  3. Now press on Export button

Step 4 5 6

  1. This will open list of method for export. Select the export method as per your requirement and click on Next button.

Step 7

  1. This will show list of team for provisioning. Select accordingly and press on ‘Choose’ button.

Step 8

  1. Now you’ve to select Device support -> Export one app for all compatible devices (recommended). If you want IPA for specific device then select the device variant from list and press on ‘Next’ button.

Step 9

  1. Now you’ll be able to see the ‘Summary’ and then press on ‘Next’ button

Step 10

  1. Thereafter IPA file generation beings and later you’ll be able to export the IPA as [App Name - Date Time] and then press on ‘Done’.

Step 11

凉城已无爱 2024-11-04 08:14:18

在 Xcode 版本 14.2 (14C18) 中

按照以下步骤生成 IPA 文件
步骤:-

第 1 步:

Xcode 中验证您的 Apple 开发者帐户 ->设置->帐户。

输入图像描述这里
输入图像描述这里

第2步:

选择目标模拟器设备任何iOS设备(arm64),然后在 Xcode 导航至 Product ->清理构建文件夹。

Xcode中再次成功清理项目后,导航到Product ->;存档

输入图像描述这里

第3步:

成功完成构建存档文件后,您将能够看到如下所示的窗口,然后单击分发应用程序并选择开发,然后单击下一步,然后再次默认下一步
可用的开发分发选项

“在此处输入图像描述"
输入图像描述这里

第 4 步:

之后选择自动管理签名,然后下一步,然后您将找到应用程序名称.ipa 文件创建如下

在此处输入图像描述
输入图像描述这里

第 5 步:

然后点击导出并将其保存到您希望的文件夹中,这里我将其保存到文档< /strong> 下面的文件夹
输入图像描述这里
输入图像描述这里

第 6 步:

访问 https://www.diawi.com /&拖放您创建的 ipa。 &与您的用户分享链接

In Xcode Version 14.2 (14C18)

Follow the below steps for generating an IPA file
Steps:-

Step-1:

Verify your Apple Developer Account in Xcode -> settings -> accounts.

enter image description here
enter image description here

Step-2:

Select the target simulator device as Any iOS Device(arm64) and then in Xcode navigate go to Product -> clean Build Folder.

After project gets cleaned successfully again in Xcode navigate to Product -> Archive.

enter image description here

Step-3:

After successfully completed building archive file you will able to see a window like below then click on Distribute App and select Development and then click on next and again next with default
development distribution options available

enter image description here
enter image description here

Step-4:

After this select Automatically manage signing and then next then you will find the appname.ipa file created like below

enter image description here
enter image description here

Step-5:

Then click on export and save it to the folder as you wish here I'm saving it to Documents folder below
enter image description here
enter image description here

Step-6:

Visit https://www.diawi.com/ & drag and drop ipa you have created. & share the link to your users ????‍????

enter image description here

迷迭香的记忆 2024-11-04 08:14:18

最简单的方法,按照以下步骤操作:

第 1 步:在存档项目后,右键单击项目并选择在查找器中显示

第 2 步:右键单击该项目并选择显示为“显示包内容”,然后转到 Products>Applications< /code>

第3步:右键单击projectname.app

第4步:将projectname.app复制到空文件夹中并压缩文件夹(foldername.zip)

第5步:将zipfolder扩展名更改为.ipa(foldername.zip ->foldername .ipa)

第 6 步:现在您有了最终的 .ipa 文件

Easiest way, follow the steps :

step 1: After Archive project, right click on project and select show in finder

step 2: Right click on that project and select show as Show package contents, in that go to Products>Applications

step 3: Right click on projectname.app

step 4: Copy projectname.app into a empty folder and zip the folder(foldername.zip)

step 5: Change the zipfolder extension to .ipa(foldername.zip -> foldername.ipa)

step 6: Now you have the final .ipa file

始终不够 2024-11-04 08:14:18

在构建时选择设备作为 iOS 设备。然后构建应用程序。选择“产品”->“存档”,然后选择“共享”并保存 .ipa 文件。将 ipa 文件重命名为 .zip 并双击 zip 文件,您将在文件夹中获得 .app 文件。然后压缩应用程序的 .app 文件和 iTunesArtwork 图像。它将采用 .zip 格式,将 .zip 重命名为 .ipa 文件。

At the time of Building select device as iOS device. Then build the application. Select Product->Archive then select Share and save the .ipa file. Rename the ipa file to .zip and double click on zip file and you will get .app file in the folder. then compress the .app file of the application and iTunesArtwork image. it will be in the format .zip rename .zip to .ipa file.

儭儭莪哋寶赑 2024-11-04 08:14:18

以下是我导出 .ipa 时遵循的步骤

  • 验证存档
  • 单击分发应用程序
  • 单击分发方法
  • 在下一个屏幕中选择导出(仅在验证存档时显示的屏幕)

Here is the steps I followed to export the .ipa

  • Validate the archive
  • Click on on distribute the app
  • Click the distribution method
  • Choose the export in the next screen (The screen shown only if the archive is validated)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文