Xcode8-beat版本在打開xib文件的時候,出現了以下的彈窗xcode
在這裏要選擇Cancel,選擇Choose後xib文件的verson會改變,那麼Xcode7就無法打開了(坑隊友啦), 更無法運行編輯器
並且beta版本的Xcode是沒法打包release版本的。提示以下:this
若是萬一選擇了Choose,能夠用文本編輯器打開xib文件,將document中的toolsVersion和plugln中的version改正原來xib文件中的值,同時刪除調試
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
code
剛發佈完Xcode的8.0果斷更新了,發現用起來很是容易閃退,關鍵是我編輯項目時默認使用Xcode8打開,致使我用Xcode7打開Xib是報錯:orm
This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8.0 or later.
圖片
這下我就蒙B了,這不坑爹麼,致使用Xcode8打開的Xib所有打不開,只能用編輯器將Xib裏面的下面一句話刪除掉才能打開:it
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
io
事情到這就告一段落了,還有一點用Xcode8beta版沒法用instuments真機調試,會報device offline,這個也坑了我一臉,最後說一句beta使用有風險,升級需謹慎啊~~~~form