简体   繁体   English

使用Xcode 9和iPhone 7更新ios11.1

[英]Update ios11.1 with Xcode 9 and iPhone 7

I was testing my application on my iPhone 7 with Xcode9beta6. 我用Xcode9beta6在iPhone 7上测试我的应用程序。 All was ok when I got an iOS 11.1 update on my iPhone. 当我在iPhone上获得iOS 11.1更新时,一切正常。 Now, when I run my project, I have this message : 现在,当我运行我的项目时,我收到以下消息:

错误信息

I tried with the last Xcode9 version too but still this message. 我尝试了最后一个Xcode9版本,但仍然是这个消息。 Any idea ? 任何的想法 ?

I ran into this yesterday. 我昨天碰到了这个。 The issue was I had upgraded to iOS 11.1 Beta on my device (iPhone 6S) but I was using the production version (non beta) of Xcode 9. This version of xCode 9 does not support iOS 11.1 Beta. 问题是我已经在我的设备(iPhone 6S)上升级到iOS 11.1 Beta,但我使用的是Xcode 9的生产版本(非beta版)。此版本的xCode 9不支持iOS 11.1 Beta。

I had two options - upgrade my xCode 9 to the latest beta version or go to the backup of my iPhone and restore iOS 11.0.1. 我有两个选择 - 将我的xCode 9升级到最新的beta版本,或者转到我的iPhone备份并恢复iOS 11.0.1。

I restored to iOS 11.0.1 successfully and now XCode works fine with the iPhone. 我成功恢复到iOS 11.0.1,现在XCode可以正常使用iPhone。

Hope that helps 希望有所帮助

我也面临同样的问题。这是因为iOS 11.1升级因为Xcode 9 doest支持iOS 11.1 Beta问题已被提出。只有选项可以恢复到旧版本,或者使用与Xcode9兼容的其他设备进行测试

11.1 XCode 9不支持iOS Beta版升级您的XCode 9.1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以在Xcode 7中编译Swift 2代码并在iOS 11.1 iPhone 6上运行? - Is it possible to compile Swift 2 code in Xcode 7 and run it on an iOS 11.1 iPhone 6? Xcode 9.0中的iOS 11.1功能 - iOS 11.1 feature in Xcode 9.0 当我尝试在 iPhone 11 Pro Max(iOS 13.2)上运行应用程序时,Xcode11.1 崩溃 - Xcode11.1 crashed when I try to run app on iPhone 11 Pro Max(iOS 13.2) 如何在Xcode 8或更早版本上使用iOS 11.1设备? - How to use iOS 11.1 device with Xcode 8 or earlier? Xcode 11.1 在设备上运行和测试 iOS 13.1.2,设置断点 - Xcode 11.1 Running and Testing On a Device iOS 13.1.2, Setting Breakpoints Xcode 11.1 未安装带有更改的新版本 (iOS 13.1.2) - Xcode 11.1 not installing new build with changes (iOS 13.1.2) Xcode 11.1 如何安装iOS14模拟器? - Xcode 11.1 how to install iOS14 simulator? Xcode 12.4 iPhone iOS 更新 14.7 后的“不支持的操作系统版本” - Xcode 12.4 “Unsupported OS version” after iPhone iOS update 14.7 iPhone - 无法在iOS 5.0.1设备上运行来自XCode的应用程序,因为iOS从5.0更新 - iPhone - Cannot run apps from XCode on iOS 5.0.1 device, since iOS update from 5.0 多个命令在存档上产生 gRPCCertificates.bundle 错误(iOS Xcode 11.1,Firebase SDK) - Multiple Commands Produce gRPCCertificates.bundle error on Archive (iOS Xcode 11.1, Firebase SDK)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM