如何在 Xcode 4.5 中制作 .ipa 文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12969917/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 01:52:25  来源:igfitidea点击:

How to make .ipa file in Xcode 4.5?

iosxcodetestflight

提问by knagode

Since I upgraded xCode to 4.5 I can not find option to save my iOS app as .ipa file which I want to distribute over Testflight. Any suggestions?

由于我将 xCode 升级到 4.5,我找不到将我的 iOS 应用程序保存为 .ipa 文件的选项,我想通过 Testflight 分发该文件。有什么建议?

Here is screenshot of archive options:

这是存档选项的屏幕截图:

archive options

存档选项

回答by Michael Ochs

Archive you build, then, in the Organizer's Archivestab, select the archive you want to export as ipa, click on Distribute...and select Save for Enterprise Ad-Hoc Deployment.

您构建的存档,然后,在 Organizer 的Archives选项卡中,选择要导出为 ipa 的存档,单击Distribute...并选择Save for Enterprise Ad-Hoc Deployment

This is what this looks like on my machine:

这是我机器上的样子:

Xcode archive export

Xcode 存档导出