错误:This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8

今天用Xcode7.3 打开用Xcode8编写过的代码,然后报错:

This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8

错误截图

原来是在Xcode8创建的xib中,会自动加入下面这行

<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>

我们只需要右键选中Xib,然后选中 Open As —> Source Code

以XML格式打开Xib

然后把刚才的那行删掉就可以了。

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容