美文网首页iOS Developer
The document xxx requires Xcode

The document xxx requires Xcode

作者: binge | 来源:发表于2016-09-14 10:26 被阅读1307次

最近开发中遇到项目的一个报错——This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8.0 or later.
发生这个的主要原因是有的更新了xcode8,这个时候如果他用xcode8修改或者新增了xib或者storyboard。这个时候xcode8默认是最后的版本。解决办法也很简单。如图:


R2BLq.png

修改图中的Latest Xcode(8.0)为Latest Xcode(7.x)即可。

相关文章

网友评论

    本文标题:The document xxx requires Xcode

    本文链接:https://www.haomeiwen.com/subject/ebdvettx.html