我想将iOS应用程序导出为opa文件进行TestFight。由于某种原因只在此项目上,无法构建.ipa文件的选项。相反,我只能将其导出为Mac OS X应用程序。它在模拟器和真实设备上运行良好。 我已经尝试重新创建ad-hoc供应配置文件,但它没有改变任何东西。 如果有人知道如何解决这个问题,

会很棒。

提前感谢!

有帮助吗?

解决方案 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