8

我正在使用 Xcode9beta6 在我的 iPhone 7 上测试我的应用程序。当我在 iPhone 上获得 iOS 11.1 更新时,一切都很好。现在,当我运行我的项目时,我收到以下消息:

错误信息

我也尝试过使用最新的 Xcode9 版本,但仍然显示此消息。任何想法 ?

4

3 回答 3

2

我也遇到了同样的问题。这是因为 iOS 11.1 升级,因为 Xcode 9 不支持 iOS 11.1 Beta 问题已经提出。唯一的选择是恢复到旧版本或使用与 Xcode9 兼容的另一台设备进行测试

于 2017-10-03T05:39:56.953 回答
2

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.

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.

I restored to iOS 11.0.1 successfully and now XCode works fine with the iPhone.

Hope that helps

于 2017-09-30T18:03:28.987 回答
2

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

于 2017-10-31T13:44:12.427 回答