How to create an IPA on XCode 4.3.2

醉酒当歌 提交于 2020-01-01 05:01:27

问题


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

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

Has anyone found out how to create an IPA?


回答1:


just set your bundle identifier, click Product –> Archive

follow the snaps

select Distribute




回答2:


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




回答3:


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.

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.



来源:https://stackoverflow.com/questions/9910211/how-to-create-an-ipa-on-xcode-4-3-2

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!