问题
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