【发布时间】:2026-02-12 03:55:01
【问题描述】:
我在使用 XCode 5 时遇到了问题。 昨天一切都很好。今天,当我尝试在 iPhone 5 或 iPad Mini 上运行我的应用程序时,出现以下错误:
iOS deployment target '7.0' for architecture 'armv7s' and variant 'normal' is greater than the maximum value '6.1.99' for the iOS 6.1 SDK.
Base SDK 和 Deployment Target 都是 iOS 7(最新版本)。我在两台设备上都有 iOS7。当我尝试在带有 iOS7 的模拟器上启动该应用程序时,一切都很好。 我试图清理项目,重新启动 XCode 和 MAC,查看 project.pbxproj - 仍然无法理解发生了什么。 所以,任何帮助都会非常棒!
基础 SDK:
部署目标:
【问题讨论】: