Frage

Ich möchte meine iOS-App als IPA-Datei für TestFlight exportieren.Aus irgendeinem Grund nur auf diesem Projekt gibt es keine Option, eine .IPA-Datei zu erstellen.Stattdessen kann ich es nur als Mac OS X-Anwendung exportieren.Es läuft gut auf dem Simulator und auf dem echten Gerät. Ich habe bereits versucht, das Ad-hoc-Provisionsprofil neu zu erstellen, aber es hat nichts geändert.

wäre großartig, wenn jemand weiß, wie man das repariert.

Vielen Dank im Voraus!

Xcode-Exportdialog

Bildbeschreibung hier eingeben

War es hilfreich?

Lösung 2

I finally found a solution for this problem: I used the "Validate Settings"-button underneath the build settings. The only property Xcode changed for me was the deployment target from iOS 4 to iOS 5.

Andere Tipps

I use TestFlight a lot and I do this:

Take the .app and put it in a folder called "Payload", compress that folder to a .zip file, then change the extension of the file from .zip to .ipa (you will have Payload.ipa), and your file is ready for TestFlight.

This is the way I do it and it works.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top