简体   繁体   中英

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?

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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