Pregunta

Quiero exportar mi aplicación iOS como un archivo IPA para TestFlight.Por alguna razón solo en este proyecto, no hay opción de construir un archivo .ipa.En su lugar, solo puedo exportarlo como una aplicación Mac OS X.Se ejecuta bien en el simulador y en el dispositivo real. Ya intenté recrear el perfil de aprovisionamiento ad hoc, pero no cambió nada.

sería genial si alguien sabe cómo arreglar eso.

¡Gracias de antemano!

XCODE Export Dialog

ingrese la descripción de la imagen aquí

¿Fue útil?

Solución 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.

Otros consejos

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top