简体   繁体   中英

'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. 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. However...

在此处输入图片说明

...I do not see 4.2 as an availible option. 4.2 is the highest version I can update my iPhone to, and 4.3 is the lowest version of the SDK I have.

How can I fix this?

Just set the deployment target of the project to eg. iOS 4.0.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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