解決 The document “(null)” requires Xcode 8.0 or later. 問題的筆記
從 SVN 上拉取了一個項目,編輯 Main.storyboard 文件時報錯:
The document “(null)” requires Xcode 8.0 or later.
搜索一番,找到此答案 關(guān)于 The document “(null)” requires Xcode 8.0 or later. 解決方法,打開 Main.storyboard 源代碼,將如下代碼刪除:
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
重新打開 Main.storyboard 的 Interface Builder,Xcode 直接閃退了;??????
直接運行的話報:
Command /Applications/Xcode7.3.app/Contents/Developer/usr/bin/ibtool failed with exit code 255
后看到此文章 The document xxx requires Xcode 8.0 or later.的解決方案
需要將 Interface Builder Documnet 的 opens in 選項改為 Xcode 7.0。

但 Main.storyboard 一點擊 Xcode 就閃退,沒法編輯。
后發(fā)現(xiàn) Finder 里有 Xcode8 客戶端,

Xcode8
通過 Xcode8 打開工程,并將 ***Opens in *** 選項 Xcode 7.0 項目編譯通過。??????
很神奇,Xcode 新老版本可以共存,還共享了配置信息,這功能救急了。??????