您的位置:首页 > 其它

解决低版本的xcode不能打开xcode8.0

2016-10-25 16:33 357 查看

解决低版本的xcode不能打开xcode8.0


//原文地址:http://write.blog.csdn.net/postedit?ticket=ST-296000-IokigVZ2qAMBGZBT46td-passport.csdn.net


14号的凌晨看了WWDC2016,到底有什么更新就不在这里说啦,早上过来公司就登陆开发者账号看了看这些beta版的新品,顺便更新了系统,下载安装了Xcode8,期待正式版发布。

同时也遇到一个问题:在打开xib文件的时候,出现了如下的弹窗




在这里要选择Cancel,选择Choose后xib文件的verson会改变,那么Xcode7就没法打开了(坑队友啦), 更没法运行,而且beta版本的Xcode是无法打包release版本的。提示如下:




如果万一选择了Choose,可以用文本编辑器打开xib文件,将document中的toolsVersion和plugln中的version改正原来xib文件中的值,同时删除

<code class="hljs xml has-numbering" style="display: block; padding: 0px; background-color: transparent; color: inherit; box-sizing: border-box; font-family: 'Source Code Pro', monospace;font-size:undefined; white-space: pre; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; word-wrap: normal; background-position: initial initial; background-repeat: initial initial;"><span class="hljs-tag" style="color: rgb(0, 102, 102); box-sizing: border-box;"><<span class="hljs-title" style="box-sizing: border-box; color: rgb(0, 0, 136);">capability</span> <span class="hljs-attribute" style="box-sizing: border-box; color: rgb(102, 0, 102);">name</span>=<span class="hljs-value" style="box-sizing: border-box; color: rgb(0, 136, 0);">"documents saved in the Xcode 8 format"</span> <span class="hljs-attribute" style="box-sizing: border-box; color: rgb(102, 0, 102);">minToolsVersion</span>=<span class="hljs-value" style="box-sizing: border-box; color: rgb(0, 136, 0);">"8.0"</span>/></span></code><ul class="pre-numbering" style="box-sizing: border-box; position: absolute; width: 50px; background-color: rgb(238, 238, 238); top: 0px; left: 0px; margin: 0px; padding: 6px 0px 40px; border-right-width: 1px; border-right-style: solid; border-right-color: rgb(221, 221, 221); list-style: none; text-align: right;"><li style="box-sizing: border-box; padding: 0px 5px;">1</li></ul>


内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: