iPhone SDK 3.0中的MinimumOSVersion问题 [英] MinimumOSVersion problem in iphone sdk 3.0

查看:100
本文介绍了iPhone SDK 3.0中的MinimumOSVersion问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了最新的iphone sdk 3.0 beta 5,并尝试从该sdk提交第一个应用程序构建,但是当我上传到iTunes连接时,它会显示消息您上传的二进制文件无效.提供的值对于密钥MinimumOSVersion是不可接受的."并且无法上传.因此,我在项目中编辑了info.plist文件,并将此密钥设置为2.2.1,例如

i have installed the latest iphone sdk 3.0 beta 5, and trying to submit the first application build from this sdk,but when i upload to itunes connect, it give me the message "The binary you uploaded was invalid. The value provided for the key MinimumOSVersion is not acceptable." and cannot be uploaded. therefore i edit my info.plist file in the project and set this key to 2.2.1,like

 <key>MinimumOSVersion</key>
 <string>2.2.1</string>

再次上传,但仍然返回相同的消息,是否有人遇到过相同的问题以及如何解决此问题?

and upload again but it still return the same message,have anybody met the same issues and how to get rid of this?

推荐答案

右键单击您的项目,然后转到构建"选项卡.在列表顶部附近,您可以指定基本SDK.这是您要编译的最低要求.此后,您的构建设置下拉列表将具有较旧的版本.当您进行发行时,请确保未使用3.0原因,这将导致二进制文件被拒绝(如您所知).

Right click on your project and go to your build tab. Near the top of the list you can specify your Base SDK. This is the minimum you will compile against. After this your build settings drop down will have the older versions. When you go to make your distribution make sure you aren't using 3.0 cause that will cause your binary to get rejected (as you found out).

这篇关于iPhone SDK 3.0中的MinimumOSVersion问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆