简体   繁体   English

Xcode的机制阻止了旧版本iOS设备上的最新构建

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

The Xcode 6.3.2 has the compatibility from iOS 4.3. Xcode 6.3.2具有与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. 我运行的应用程序的最低部署目标为6.0,并且尝试在iOS低于6.0的iPhone中运行此应用程序。 When we do this, Generally Xcode prompts and saying, targeted device doesn't have the support kind of error. 当我们这样做时,通常Xcode会提示并说,目标设备没有支持错误。

What mechanism that Xcode and iPhone has to prompt the user by saying this incompatibility message. Xcode和iPhone必须通过说出这种不兼容消息来提示用户的机制是什么。

This question seems to be meaningless. 这个问题似乎毫无意义。 But, Just Wanted to know how the Xcode doing this? 但是,只是想知道Xcode是如何做到的? 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.. 无论基本SDK是什么,都取决于您设置的iphone ios版本和xcode部署目标。 在此处输入图片说明

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

相关问题 运行较旧的iOS版本XCode - Run older iOS version XCode Xcode没有显示最新版本的iOS? - Xcode not showing latest version of iOS? 我是否需要使用Mac App Store上可用的最新Xcode版本来构建项目以进行提交,还是可以使用旧版本? - Do I need to build my project with the latest available version of Xcode available on the Mac App Store for submission or can I use the older version xcode SASlideMenu在最新的iOS设备中不起作用 - xcode SASlideMenu not working in latest iOS devices Xcode - 使用较旧的 iOS 版本运行模拟器 - Xcode - Run Simulator with older iOS Version 在旧版本中运行xcode 5和iOS7更改 - run xcode 5 and iOS7 changes in older version Xcode/Simulator:如何运行较旧的 iOS 版本? - Xcode/Simulator: How to run older iOS version? Xcode中的iOS 9警告 - 此文件设置为针对早于项目部署的版本构建。 功能可能有限 - iOS 9 Warnings in Xcode - This file is set to build for a version older than the project deployment. Functionality may be limited 对于 React-Native iOS XCode 版本 12.5 的旧项目,构建失败 - Build is failing for older projects for React-Native iOS XCode Version 12.5 在旧版本的 Xcode 上开发并在 Xcode 12.5 上重新打开的项目中出现构建错误? - Build error in project developed on older version of Xcode and reopened on Xcode 12.5?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM