XcodeはiOSアプリのIPAファイルを構築できません。代わりに.pkgを造ります

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

質問

私のiOSアプリをTestFlight用のIPAファイルとしてエクスポートしたいです。このプロジェクトでのみ何らかの理由で.ipaファイルを構築するオプションはありません。代わりに、Mac OS Xアプリケーションとしてのみエクスポートできます。シミュレータ上および実際のデバイス上で細かく動作します。 私はすでにアドホックプロビジョニングプロファイルを再作成しようとしましたが、それは何も変わりませんでした。

誰かがその修復方法を知っていれば素晴らしいでしょう。

事前にありがとう!

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