錯誤提示:
Interface Builder was unable to determine the type of "iPhone.storyboard". This may be due to a miss
新建一個storyboard文件寿烟,右鍵->Open As -> Source Code打開
</br>
復(fù)制頂部的這部分代碼
</br>
替換掉內(nèi)容出錯的storyboard文件的這部分語句,command + b編譯薯蝎,完成
<pre>
<code>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
</code>
<code>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
</code>
<code><dependencies></code>
<code>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/></code>
<code></dependencies></code>
</pre>