如何解决 iOS The document “(null)” requires Xcode 8.0 or later. 不能编译的问题
时间:2016-09-23 12:51:49
收藏:0
阅读:1442
用文本编辑器打开对应的 xib 文件,删除其中类似这样的一句话 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
原文:http://www.cnblogs.com/Crazy-ZY/p/5899409.html
评论(0)