简体   繁体   中英

Xcode's mechanism blocks latest build on older version iOS devices

The Xcode 6.3.2 has the compatibility from iOS 4.3. I run an application built with minimum deployment target with 6.0 and I try to run this application in iPhone with iOS lower than 6.0. When we do this, Generally Xcode prompts and saying, targeted device doesn't have the support kind of error.

What mechanism that Xcode and iPhone has to prompt the user by saying this incompatibility message.

This question seems to be meaningless. But, Just Wanted to know how the Xcode doing this? and with what mechanism?

If anybody has idea. Thanks in advance!!!

If you're deploying through the app store, the user won't be able to install it. It won't even show up in the search results for them.

It depends on the iphone ios version and the xcode Deployement target you set no matter what the base SDK is.. 在此处输入图片说明

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