Pergunta

Eu quero exportar meu aplicativo iOS como um arquivo IPA para o Testflight.Por algum motivo somente neste projeto, não há opção para construir um arquivo .ipa.Em vez disso, posso exportá-lo apenas como um aplicativo Mac OS X.Ele funciona bem no simulador e no dispositivo real. Eu já tentei recriar o perfil de provisionamento ad-hoc, mas não mudou nada.

seria ótimo se alguém souber consertar isso.

Obrigado antecipadamente!

caixa de diálogo de exportação Xcode

Digite a descrição da imagem aqui

Foi útil?

Solução 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.

Outras dicas

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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top