Domanda

Voglio esportare la mia app IOS come file IPA per TestFlight.Per qualche motivo solo su questo progetto non è possibile creare un file .ipa.Invece posso solo esportarlo come applicazione Mac OS X.Scende bene sul simulatore e sul dispositivo reale. Ho già provato a ricreare il profilo di provisioning ad-hoc, ma non ha cambiato nulla.

sarebbe fantastico se qualcuno sa come risolverlo.

Grazie in anticipo!

Finestra di dialogo Esportazione XCode

Inserire l'immagine Descrizione qui

È stato utile?

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

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top