How to create IPA file with XCode 4.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.






Source url:http://www.wubaoli.me/?p=75
原文地址:https://www.cnblogs.com/iapp/p/3631754.html