如何使用 Xcode 创建 .ipa 文件?
请告诉我构建我的应用程序和应用程序的完整过程。在真正的 iPhone 上使用它。
Please tell me the complete procedure to build my app & use it on a real iPhone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
在 Xcode 10.0 版本中
第 1 步
第 2 步
第 3 步
第 4 步
< a href="https://i.sstatic.net/mcdqD.png" rel="noreferrer">
步骤 5
第6步:最后选择要保存.ipa文件的位置
在 Xcode 版本 9.2 中
第 1 步
第 2 步
第 3 步
第 4 步
最后选择要保存 .ipa 文件的位置
In Xcode Version 10.0
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6 : Finally select the place you want to save the .ipa file
In Xcode Version 9.2
Step 1
Step 2
Step 3
Step 4
Finally select the place you want to save the .ipa file
除了 kus 答案之外。
Xcode 8.0 中有一些变化
第 1 步:
将方案目标更改为
通用 IOS 设备
。第 2 步:
点击
产品
>存档
>完成后,打开管理器并单击最新版本。第 3 步:
点击管理器窗口右侧的
导出...
选项。第 4 步:
选择导出方法 >选择正确的签名>保存到目的地。
第 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.
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.
点击
产品
>从菜单中的Archive
,完成后打开Organiser
并单击最新版本>分发
>保存用于企业或临时部署
> >选择正确的签名>保存到目的地Click
Product
>Archive
from the menu, once this is complete open up theOrganiser
and click the latest version >Distribute
>Save for Enterprise or Ad-Hoc Deployment
> Choose correct signing > Save to destination在 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 :-
iii) Archive
iv) Tap on Distribute App
v) Choose Ad-hoc to distribute on designated device
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 :)
vii) Click on export and you get ipa.
viii) Visit https://www.diawi.com/ & drag and drop ipa you have downloaded. & share the link to your client/user who want to test :)
您需要
构建
并存档
您的项目。您可能需要检查项目和可执行文件中的代码签名设置。使用管理器选择您的存档版本,然后您可以
共享
该项目版本。您将需要再次选择正确的代码签名。它将允许您将.ipa
文件保存在您想要的位置。将
.ipa
文件拖放到 iTunes 中,然后与您的 iPhone 同步。编辑:这里有一些更详细的说明,包括屏幕截图;
如何分发广告使用 XCode 4 进行临时构建
You will need to
Build
andArchive
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
存档过程(使用 Xcode 8.3.2)
注意:如果您使用 iTunes Mac 应用程序通过拖放过程创建 IPA,则此方法不再适用于 iTunes 12.7,因为 iTunes 12.7 中没有内置应用商店。
'Generic iOS Device
'cmd + shift + k
作为快捷方式)产品
->存档
您的项目归档成功后,将打开一个包含已归档项目的窗口
您可以通过按
验证
来验证您的存档(可选步骤,但推荐)现在按在
Export
按钮上下一步
按钮。配置团队列表
。相应地选择并按“选择
”按钮。为所有兼容设备导出一个应用
(推荐)。如果您想要特定设备的 IPA,请从列表中选择设备型号,然后按“下一步
”按钮。摘要
”,然后按“下一步
”按钮将 IPA 导出为 [应用名称 - 日期时间]
,然后按“完成
”。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.
‘Generic iOS Device
’ on device list in Xcodecmd + shift + k
as shortcut)Product
->Archive
your projectOnce archive is succeeded this will open a window with archived project
You can validate your archive by pressing
Validate
(optional step but recommended)Now press on
Export
buttonNext
button.list of team for provisioning
. Select accordingly and press on ‘Choose
’ button.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.Summary
’ and then press on ‘Next
’ buttonexport the IPA as [App Name - Date Time]
and then press on ‘Done
’.在 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.
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.
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
Step-4:
After this select Automatically manage signing and then next then you will find the appname.ipa file created like below
Step-5:
Then click on export and save it to the folder as you wish here I'm saving it to Documents folder below
Step-6:
Visit https://www.diawi.com/ & drag and drop ipa you have created. & share the link to your users ????????
最简单的方法,按照以下步骤操作:
第 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
在构建时选择设备作为 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.
以下是我导出 .ipa 时遵循的步骤
Here is the steps I followed to export the .ipa