The document “Main.storyboard” requires Xcode 8.0
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了The document “Main.storyboard” requires Xcode 8.0相关的知识,希望对你有一定的参考价值。
之前项目是 Xcode 7 创建的,使用 Xcode 8 或 Xcode 9 打开之后,再用 Xcode 7 打开准备修改界面时会提示:
The document “Main.storyboard” requires Xcode 8.0 or later.
This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8.0 or later.
如下图所示:
解决方法是在工程中选择 Main.storyboard 右键菜单点击 Open As -> Source Code ,如下图所示:
删除这句:
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
然后选择 Main.storyboard 右键菜单点击 Open As -> Interface Builder,就能重新加载看到设计界面了。
原文地址:https://www.exchen.net/main-storyboard-requires-xcode-8-0-or-later.html
以上是关于The document “Main.storyboard” requires Xcode 8.0的主要内容,如果未能解决你的问题,请参考以下文章
Welcome! This is the documentation for Python 3.6.8
Jenkins: because the document's frame is sandboxed and the 'allow-scripts' permission
英语consult the network module documentation怎么翻译?
The document “Main.storyboard” requires Xcode 8.0
解决编译apache出现的问题:configure: error: APR not found . Please read the documentation
maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段