How to create .ipa file using Xcode?

Please tell me the complete procedure for creating my application and using it on a real iPhone.

+76
source share
8 answers

In version 10.0 of Xcode


  1. Go to window → organizer
  2. Then select the archive of your application from the archives
  3. Then click on the Distribute Application button in the right pane.

enter image description here

  1. Then follow these steps

Step 1

enter image description here

Step 2

enter image description here

Step 3

enter image description here

Step 4

enter image description here

Step 5

enter image description here

Step 6 : Finally, select the place where you want to save the .ipa file

enter image description here

In version Xcode 9.2


  1. Go to the window -> organizer
  2. Then select the archive of your application from the archives
  3. Then click the " Download to App Store " button in the right pane.
  4. Then follow these steps

Step 1 enter image description here

Step 2 enter image description here

Step 3 enter image description here

4 , , .ipa

enter image description here

+57

.

Xcode 8.0

1: Generic IOS device.

2. " Product > " Archive > , "" .

3: Export... .

4: > > .


Xcode 10.0

3: " ".

4: "".

5: . " " "".

6: .

7: . .

8: . .


+72

Product > Archive , , Organiser > Distribute > Save for Enterprise or Ad-Hoc Deployment > >

+41

Build Archive . , .

, , Share . . .ipa, .

.ipa iTunes, iPhone.

EDIT: , .

ad hoc XCode 4

+32

( Xcode 8.3.2)

. IPA iTunes Mac, iTunes 12.7, iTunes 12.7 .

  1. 'Generic iOS Device XCode

Step 1

  1. (cmd + shift + k )

Step 2

  1. ProductArchive

Step 3

  1. .

  2. , Validate ( , )

  3. Export

Step 4 5 6

  1. . Next.

Step 7

  1. list of team for provisioning. " Choose.

Step 8

  1. Export one app for all compatible devices (). IPA , " Next.

Step 9

  1. " Summary " Next

Step 10

  1. IPA, export the IPA as [App Name - Date Time] " Done.

Step 11

+20

iOS. . "- > ", "" .ipa. ipa .zip zip , .app . .app iTunesArtwork. .zip .zip .ipa.

+1

, :

1: , Finder

2. " ", " Products>Applications

3: projectname.app

Step 4: Copy projectname.app to an empty folder and archive the folder (foldername.zip)

Step 5: Change the zipfolder extension to .ipa (foldername.zip -> foldername.ipa)

Step 6: Now you have the final .ipa file

0
source

Here are the steps that I followed to export .ipa

  • Check archive
  • Click on Distribute App
  • Click Distribution Method
  • Select export on the next screen (the screen is displayed only if the archive is checked)
0
source

Source: https://habr.com/ru/post/1686513/


All Articles