简体   繁体   English

无法安装iTunes 10上的新测试应用程序构建

[英]New Test App Build on iTunes 10 Won't Install

I have been developing test builds of an app for some time and have deployed through iTunes successfully until now, with iTunes 10. 一段时间以来,我一直在开发应用程序的测试版本,并且到目前为止,iTunes 10已经成功地通过iTunes进行了部署。

At the same time I am getting a strange warning in Xcode during the build. 同时,在构建过程中,我在Xcode中收到一个奇怪的警告。 It is: 它是:

  • warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'. 警告:SDK“设备-iPhone OS 3.2”不支持将“目标设备系列”设置为仅iPhone(“ 1”)。

My target SDK is 3.1.3, base is 3.2. 我的目标SDK是3.1.3,基数是3.2。 If I change the base to 4.0 the warning goes away. 如果将基数更改为4.0,警告将消失。 In either case the app's .ipa is recognized by iTunes, accepted, asks if I want to replace the existing app in iTunes. 无论哪种情况,iTunes都可以识别该应用程序的.ipa,并接受它,询问我是否要替换iTunes中的现有应用程序。 BUT, a synch does not move the app to the device, without any error or warnings. 但是,同步不会将应用程序移动到设备,没有任何错误或警告。

Any help greatly appreciated. 任何帮助,不胜感激。

SDK 3.2 if for iPad development (or for Universal apps). SDK 3.2,如果用于iPad开发(或用于通用应用)。 For iPhone only use 4.0 (or maybe 4.1 tomorrow). 对于iPhone,请仅使用4.0(或明天再使用4.1)。

At some point iTunes has started requiring that the bundle version number be increased from the installed app. iTunes在某个时候开始要求从已安装的应用程序中增加捆绑软件的版本号。 Once I started doing this in the info.plist of the app, the installation proceeds as expected. 在应用程序的info.plist中开始执行此操作后,安装将按预期进行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM