How to generate .ipa from .app file in Xcode 9

I am using Xcode 9. I archived the assembly and got into the archive / organizer window window. From there we usually export the assembly. But for some reason I cannot do this.

In the previous version of Xcode, we can get into the package contents and generate .ipa from .app using iTunes. But now they have removed this option. Can someone help me generate the .ipa from the .app file that we generated?

+4
source share
3 answers

An earlier way to drag and drop an application file into iTunes no longer works.

Thus, we can use the organizer to create the .ipa file in Xcode 9.

  • Create an archive of your project.
  • Then, in the organizer window, select the archive and click on the export option.
  • ( ).
  • . , "".
  • . "".
  • , .ipa.
  • , "" .
  • .
  • , "". .ipa .

.ipa . https://wiki.genexus.com/commwiki/servlet/wiki?34616,HowTo%3A+Create+an+.ipa+file+from+XCode

- .ipa Xcode?

0

, , .ipa, , , Apple iTunes.

, , ( ) - iTunes 12.6.3, - .

, , . : https://www.macworld.com/article/3230135/software-entertainment/how-to-install-itunes-1263-and-replace-itunes-127.html

, , , , Apple iTunes (12,7 ). , !

, !

EDIT:

, iTunes 12.6.3, ! , , , . , , :

iTunes 12.7...., adhoc IPA?

-1

In X code 9, this is the same as what we did before.

For the .app file, use Command+B and the .app file is in build/Release folderin your project.

.ipa go to Product → Archive And follow the LINK

-3
source

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


All Articles