ios8 - Xcode 6 GM 与 iPhone 5s (iOS 8 GM) - 0xE8000070

标签 ios8 xcode6

我在 iPhone 5s(型号 A1530,iOS 8 build 12A365)上使用 Xcode 6 GM Seed(build 6A313)。我通过 USB 避雷线连接 iPhone。但在 Xcode 中,它显示为:“iPhone 5s(不可用)”。
进一步调查:我开 Xcode 菜单 > 窗口 > 设备 ,它显示以下错误:

An error was encountered while enabling development on this device.

Please try rebooting and reconnecting the device. (0xE8000070)


我重新启动并重新连接我的 iPhone 5s,显示相同的错误。该设备在之前的 Xcode 5 中用于开发,完全没有问题。
我该怎么办?我想在 iOS 8 设备上试用我的应用程序。

最佳答案

如果您使用的是 Xcode-beta 7.1 并且想像我一样在 iOS 9.0 上运行应用程序,您也会遇到同样的错误。解决办法是:

  • 使用相应的 iOS 9.1-beta。
  • 使用 Xcode 7.0
  • 在模拟器上运行。
  • 关于ios8 - Xcode 6 GM 与 iPhone 5s (iOS 8 GM) - 0xE8000070,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25785281/

    相关文章:

    ios - 在 iOS8 上显示键盘时停用 View moveUp

    ios - 使用 NSURLSession 后台配置检测 DNS 故障?

    ios - 旋转时状态栏消失

    ios - 是否可以在Xcode6中模拟iphone6+的缩放模式?

    ios - 类型 'ProfilesTableViewController' 不符合 Xcode 6 GM 种子中的协议(protocol) 'UITableViewDataSource'

    ios - 集成 Office-365-SDK-for-iOS

    ios - 无法在 swift 中将 Storyboard 中的 viewController 实例化为 rootViewController

    swift - 如何使用 Swift 在 iOS 8 上显示带有文本的事件指示器?

    javascript - 在 ios 8 应用程序扩展 javascript 文件中使用 jQuery

    iOS8:自定义 Swift 框架访问用 Objective-C 编写的外部框架