Question

Je souhaite exporter mon application iOS en tant que fichier IPA pour TestFlight.Pour une raison quelconque uniquement sur ce projet, il n'y a aucune option pour créer un fichier .ipa.Au lieu de cela, je ne peux que l'exporter comme application Mac OS X.Il fonctionne bien sur le simulateur et sur le réel. J'ai déjà essayé de recréer le profil de provisioning ad-hoc, mais cela n'a rien changé.

serait génial si quelqu'un sait comment résoudre ce problème.

Merci d'avance!

dialogue exportation xcode

Entrez la description de l'image ici

Était-ce utile?

La solution 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.

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top