ios - 此 iOS SDK 不支持手机上的 iOS 版本

标签 ios xcode5

我在家里 (10.9.2) 有一台装有 Xcode 5.1.1 的 Mac,在工作 (10.9.5) 上有一台装有 Xcode 5.1.1 的 Mac。我在工作中有一个开发者帐户,可以在我的手机上进行测试。我刚刚在家里设置了一个开发者帐户,并设置了我的手机以在那里进行测试。现在在工作 Xcode 无法识别我的手机。我去了组织者并收到了这条消息:

The version of iOS on "my phone" is not supported by this installation of the iOS SDK. Please restore the device to a version of the iOS listed below or update to the latest version of the iOS SDK. OS Installed on my phone 8.0

我需要做什么才能将手机用于工作和个人发展?任何帮助将不胜感激。

最佳答案

Xcode 5.1.1 不正式支持在 iOS 8 设备上进行调试。

您需要安装 Xcode 6 才能在 iOS 8 设备上进行调试。

在安装 Xcode 6 和 Xcode 5.1.1 之后(并运行以安装支持组件),我使用 Xcode 5 在 iOS 8 上调试取得了一些成功。我认为这不能保证有效。

关于ios - 此 iOS SDK 不支持手机上的 iOS 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26219574/

相关文章:

ios - 将 ASOAnimatedButton 库添加到项目中

c++ - pthread_mutex_t 类型的模糊引用

ios - 添加了 iPad Storyboard,现在为 : "expected to have a root view controller..."

ios - Xcode - 将字体从 iPhone 缩放到 iPad 大小

ios - Xcode 5 "Missing compiler spec LLVM 4.2"错误

ios - 使用 librtmp 错误 : librtmp not found 编译 FFmpeg

ios - adcolony 2.0.1.33 与 ios7 兼容吗?

ios - 为多个用户创建相同的应用程序

ios - Realm 列表 KVO 观察

iphone - iOS 用户界面 : how to make the control that used in alarm application?