如何在 XCode 4.3.2 上创建 IPA

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

How to create an IPA on XCode 4.3.2

iosxcodexcode4.3

提问by oscar

Creating IPAs is no problem on 4.3.1 even though Apple changed the UI flow. Just "Save for Enterprise or Ad-Hoc Desployment"

尽管 Apple 更改了 UI 流程,但在 4.3.1 上创建 IPA 没有问题。只是“为企业或临时部署保存”

XCode 4.3.1

Xcode 4.3.1

XCode 4.3.2 does not have that option, only "Save Build Products" and "Export as XCode Archive"

XCode 4.3.2 没有这个选项,只有“Save Build Products”和“Export as XCode Archive”

Has anyone found out how to create an IPA?

有人知道如何创建 IPA 吗?

采纳答案by oscar

This was not related to XCode 4.3.2 and resolved by making sure that the current scheme did only archive one target.

这与 XCode 4.3.2 无关,并通过确保当前方案仅存档一个目标来解决。

回答by Hiren

just set your bundle identifier, click Product –> Archive

只需设置您的捆绑包标识符,单击产品 –> 存档

follow the snaps 1st

跟随快照 第一

select Distribute

选择分发

2nd3rd4th

第二第三名第四名

回答by Louis Yip

Before Xcode 4.3, when we wanna got a ipa file for our project, we do like this: 1. Product –> Archive 2. Organizer –> Archives –> select the archive 3. click the share button, then select the ipa option, and we done.

在 Xcode 4.3 之前,当我们想要为我们的项目获取 ipa 文件时,我们这样做: 1. Product –> Archive 2. Organizer –> Archives –> 选择存档 3. 单击共享按钮,然后选择 ipa 选项,我们完成了。

In the newest XCode 4.3 release, there were some changes. 1. before 4.3, there were three buttons, [validate, share, submit] 2. with 4,3 there are only two buttons, [validate, distribute] 3. here, when we want get a ipa file, we click the distribute button 4. select the [save for enterprise or Ad-Hoc deployment] 5. select the code signing identity. 6. save the ipa file , we done.

在最新的 XCode 4.3 版本中,有一些变化。1.在4.3之前,有三个按钮,[验证,分享,提交] 2. 4,3只有两个按钮,[验证,分发] 3.这里,当我们想要一个ipa文件时,我们点击分发按钮 4. 选择 [保存为企业或 Ad-Hoc 部署] 5. 选择代码签名身份。6.保存ipa文件,大功告成。