博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
xcode7 打开工程错误 This Document requires xcode8.0 or later.
阅读量:6531 次
发布时间:2019-06-24

本文共 429 字,大约阅读时间需要 1 分钟。

xcode7 打开工程错误 This Document requires xcode8.0 or later.

场景:

xcode7创建的工程,后来安装了xcode8.0,用8打开7的工程跑了一下;

然后再用7打开工程提示如下错误

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

解决方式:

用编辑器打开出错的storyboard文件或是xib文件;

删除xml文件中的如下行

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

 

最后用xcode7重新打开工程即可。

转载于:https://www.cnblogs.com/cocoajin/p/6085538.html

你可能感兴趣的文章
SSE指令集学习:Compiler Intrinsic
查看>>
两种attach to process的方法
查看>>
WCF如何使用X509证书(安装和错误)(二)
查看>>
Dubbo与Zookeeper、SpringMVC整合和使用(负载均衡、容错)
查看>>
iOS中--NSArray调用方法详解 (李洪强)
查看>>
java异步操作实例
查看>>
Centos6.8防火墙配置
查看>>
[精讲17] 组策略
查看>>
如何在Rancher上运行Elasticsearch
查看>>
shell 找出数组元素中的最大值
查看>>
Vmware虚拟机linux系统混合模式上网
查看>>
MySQL在导入的时候遇到的错误
查看>>
LINUX 常用命令整理
查看>>
iOS 位枚举
查看>>
德国禁止Facebook利用WhatsApp用户信息:没法律基础
查看>>
全球太阳能产业掣肘在哪儿?
查看>>
“灾备全生态”全揭秘
查看>>
CSS盒子模型
查看>>
Zeppelin Prefix not found.
查看>>
ubuntu中eclipse安装svn插件问题
查看>>