oscar
oscar

Reputation: 647

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. 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"

Has anyone found out how to create an IPA?

Upvotes: 7

Views: 11226

Answers (3)

Hiren
Hiren

Reputation: 12780

just set your bundle identifier, click Product –> Archive

follow the snaps 1st

select Distribute

2nd 3rd 4th

Upvotes: 11

Louis Yip
Louis Yip

Reputation: 31

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.

Upvotes: 2

oscar
oscar

Reputation: 647

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

Upvotes: 2

Related Questions