ios - 不支持的配置 : This file is set to build for a version older than the deployment target. 功能可能受限

标签 ios objective-c xib

谁能解释这个警告?

Unsupported Configuration: This file is set to build for a version older than the deployment target. Functionality may be limited.

最初编写我的应用程序时,不支持我尝试的 Storyboard。这使得有必要完全从代码管理多个 View ,即不使用 XIB 文件。所以我的应用基本上使用 MultiviewAppDelegate 在使用 MultiviewViewController 的多个 View 之间切换。

它最初是在 iOS 5 下编写的,现在使用运行 iOS 9 的 iPhone 6 Plus 在模拟器 (9.2) 上运行。

OrdoDei帮助我解决了与未使用的 XIB 文件相关的类似问题。我的特殊问题可以得到解决 if my app used storyboards .此特定警告的大多数其他问题似乎与我的应用程序不使用的网络有关。

有没有其他人必须处理类似的问题?

最佳答案

打开受影响的 XIB 文件并确保“构建”设置设置为您的最低部署目标和/或更高。

enter image description here

关于ios - 不支持的配置 : This file is set to build for a version older than the deployment target. 功能可能受限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35736899/

相关文章:

swift - 通过 XIB 将自定义 View 添加到 UIAlertController,但布局不符合预期

c# - 在 MonoTouch 中错误地加载 Nib 会导致内存泄漏吗?

ios - iOS7 中 iOS8 中的 QuickLook/QLPreviewController(QLPreviewItem) 更改标题工作正常

ios - UITableView - IndexPath 始终首先返回 0 并点击 2 次以将正确的数据传递给 View Controller

ios - 使用一个参数 Objective c 传递未知数量的对象

ios - 这些关于 IOS 委托(delegate)的观点是否正确?是还是不是?

iphone - 有没有办法在一段时间后自动关闭警报 View ?

swift - 如何使 .xib 文件填充整个屏幕宽度(Swift)

ios - 相机闪光灯在 IOS 中使用 UIImagePickerController 自动/打开/关闭 - Swift

iphone - 格式化 CIColorCube 数据