XCode는 iOS 앱의 IPA 파일을 작성할 수 없습니다.대신 .pkg를 빌드합니다

StackOverflow https://stackoverflow.com/questions/9512698

문제

iOS 앱을 TestFlight 용 iPA 파일로 내보내고 싶습니다.이 프로젝트에서만 몇 가지 이유로 .IPA 파일을 작성할 수있는 옵션이 없습니다.대신 Mac OS X 응용 프로그램으로만 내보낼 수 있습니다.시뮬레이터 및 실제 장치에서 잘 작동합니다. 나는 이미 Ad-Hoc 프로비저닝 프로파일을 재현하려고 시도했지만 아무것도 변하지 않았습니다. 누군가가 해결하는 방법을 알고있는 경우

가 훌륭합니다.

미리 감사드립니다!

xcode 내보내기 대화 상자

여기에 이미지 설명

도움이 되었습니까?

해결책 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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top