ios 如何在 Xcode 7 中创建 IPA?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/36028448/
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-08-31 08:41:23  来源:igfitidea点击:

How to create IPA in Xcode 7?

iosxcodexcode7ipa

提问by Maksim

I'm new in Xcode, I have Apple Developer account, but I don't know how to make IPA file. Can anybody explain, step by step, how to make IPA file in Xcode 7, please? Thank you.

我是 Xcode 新手,我有 Apple Developer 帐户,但我不知道如何制作 IPA 文件。任何人都可以逐步解释如何在Xcode 7中制作IPA文件吗?谢谢你。

回答by arc4randall

You need to have an iOS device connected to your computer. Next, go to the Product menu at the top and select Archive. This will archive the current build and show you all of your Archives in the Organizer. In the Organize, press Export, and select the appropriate option (My guess is you want for Apple Store Deployment). This will place the ipa file onto your desktop.

您需要将 iOS 设备连接到您的计算机。接下来,转到顶部的产品菜单并选择存档。这将存档当前版本并向您显示管理器中的所有存档。在“组织”中,按“导出”,然后选择适当的选项(我猜您想要用于 Apple Store 部署)。这会将 ipa 文件放置在您的桌面上。