溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

The document “Main.storyboard” requires Xcode 8.0

發(fā)布時(shí)間:2020-06-07 11:00:15 來源:網(wǎng)絡(luò) 閱讀:366 作者:xcmer2005 欄目:移動(dòng)開發(fā)

之前項(xiàng)目是 Xcode 7 創(chuàng)建的,使用 Xcode 8 或 Xcode 9 打開之后,再用 Xcode 7 打開準(zhǔn)備修改界面時(shí)會(huì)提示:

The document “Main.storyboard” requires Xcode 8.0 or later.
This version does not support documents saved in the Xcode 8 format. Open this document with Xcode 8.0 or later.

如下圖所示:
The document “Main.storyboard” requires Xcode 8.0

解決方法是在工程中選擇 Main.storyboard 右鍵菜單點(diǎn)擊 Open As -> Source Code ,如下圖所示:

The document “Main.storyboard” requires Xcode 8.0

刪除這句:

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

然后選擇 Main.storyboard 右鍵菜單點(diǎn)擊 Open As -> Interface Builder,就能重新加載看到設(shè)計(jì)界面了。

原文地址:https://www.exchen.net/main-storyboard-requires-xcode-8-0-or-later.html

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI