简体   繁体   English

“应用名称”指定了4.3版的最低操作系统,该操作系统过高而无法在iPhone上安装。 4.2不是一个选择

[英]'app name' specifies a minimum os of version 4.3, which is too high to be installed on the iPhone. 4.2 isn't an option

'app name' specifies a minimum os of version 4.3, which is too high to be installed on the iPhone

This is the error I am receiving when I attempt to deploy my application to my iPhone, which is on the latest version, 4.2. 这是我尝试将应用程序部署到最新版本4.2的iPhone时收到的错误。 I have searched everywhere in an attempt to find a solution to this issue, and everything simply says to change the build to target the previous OS. 我到处搜索以寻找解决此问题的方法,所有事情只是说要更改版本以针对以前的OS。 However... 然而...

在此处输入图片说明

...I do not see 4.2 as an availible option. ...我不认为4.2是可用的选项。 4.2 is the highest version I can update my iPhone to, and 4.3 is the lowest version of the SDK I have. 4.2是我可以将iPhone更新到的最高版本,而4.3是我拥有的SDK的最低版本。

How can I fix this? 我怎样才能解决这个问题?

Just set the deployment target of the project to eg. 只需将项目的deployment target设置为例如。 iOS 4.0. iOS 4.0。

您仅安装了4.3 SDK,因此可以按照JustSid的说明进行操作,并将Deployment Target设置为低于设备已安装的内容。

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

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