ios - 从 xcode 4.2 ios 5 构建将在 ios7 下运行的应用程序

标签 ios xcode ipad

对于 xcode/ios 世界来说非常新,所以我提前道歉......

我的开发机器是一台运行 Snow Leopard 和 xcode 4.2 的旧 mac-mini

我已经构建了一个可执行文件,我想把它放在我的 ipad 上,它在 ios7 上运行。

在 xcode 中,我完成了所有配置工作,我看到了以下消息:

The version of iOS on "Daves iPad" does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK

我不确定我能否(或想要)做这些事情中的任何一件。据我所知,xcode5 无法在我的机器上运行,而且我真的不想将我的 iPad 降级到 ios 5

我错过了重点吗?我应该期望能够在 ios7 下运行 ios5 可执行文件吗?如果需要,我该如何将它们放到 ipad 上?

最佳答案

是的,您可以在 iOS 7 上运行 iOS 5 可执行文件,但您不能在任何早于 Xcode 4.6.3 的 iOS 7 设备上运行调试 session 。

我认为您能做的最好的事情就是构建应用程序,将其打包到 IPA 中,然后将其安装到您的设备上并从 iTunes 运行它。

关于ios - 从 xcode 4.2 ios 5 构建将在 ios7 下运行的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19350958/

相关文章:

ios - 如何以编程方式更改名称以区分 Xcode 可视化调试器中的 UIView?

iphone - 如何在 iOS 应用程序中使用 "open in..."功能?

ios - 持久的 iOS 页脚 UIView

ios - 运行时 BorderColor 在 Xcode 9 中不起作用

ios - Xcode 12 模拟器崩溃

iphone - 按下主页按钮后动画不起作用

ios拖拽库

ios - SwiftUI HStack slider 不出现

javascript - onClick 不会触发,chrome/safari

iphone - 如何暂时禁用 View 及其所有 subview 的动画?