简体   繁体   English

如何在XCode 4.3.2上创建IPA

[英]How to create an IPA on XCode 4.3.2

Creating IPAs is no problem on 4.3.1 even though Apple changed the UI flow. 即使Apple更改了UI流程,在4.3.1上创建IPA也没有问题。 Just "Save for Enterprise or Ad-Hoc Desployment" 只是“节省企业或特别部署”

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?

just set your bundle identifier, click Product –> Archive 只需设置您的包标识符,单击产品 - >存档

follow the snaps 按照快照 1

select Distribute 选择分发

第2第3第四

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

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。产品 - >存档2.管理器 - >存档 - >选择存档3.单击共享按钮,然后选择ipa选项,我们完成了

In the newest XCode 4.3 release, there were some changes. 在最新的XCode 4.3版本中,有一些变化。 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. 1.在4.3之前,有三个按钮,[验证,分享,提交] 2.与4,3只有两个按钮,[验证,分发] 3.在这里,当我们想要获得一个ipa文件时,我们点击分发按钮4.选择[为企业或Ad-Hoc部署保存] 5.选择代码签名标识。 6. save the ipa file , we done. 6.保存ipa文件,我们完成了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM