2012-06-13 77 views
2

我手動在我的iPhone/iPad開發的故事板文件中添加元素。
事實上,我在iPad的storyboard中複製視圖,並計算iPhone的比例尺寸(1024x768到480x320)。
它工作正常,但有它添加含幾個imageviews時出現錯誤:編輯xml文件時的界面生成器故事板編輯器錯誤

*CompileStoryboard iboniaIphoneLGT/LGT_iphone.storyboard 
    cd /Users/imac/Desktop/WORKSPACE 
    setenv IBSC_MINIMUM_COMPATIBILITY_VERSION 5.1 
    setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
    setenv XCODE_DEVELOPER_USR_PATH /Applications/Xcode.app/Contents/Developer/usr/bin/.. 
/Applications/Xcode.app/Contents/Developer/usr/bin/ibtool 
    --errors 
    --warnings 
    --notices 
    --output-format human-readable-text 
    --compile 
      /Users/imac/Desktop/WORKSPACE/build/Debug-iphonesimulator/LGT.app/LGT_iphone.storyboardc 
      /Users/imac/Desktop/WORKSPACE/iboniaIphoneLGT/LGT_iphone.storyboard 
    --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk 

Command /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool 
failed with exit code 255* 

的消息不明確的,這是什麼消息的可能原因???

Reex

+0

我正在努力解決同樣的問題。你有沒有找到解決方案? – Andrew

+0

我使用的圖像視圖所使用的圖像源在故事板xml文件的部分中尚不存在! – Reex

+0

哦,好的。我的問題有點不同,但最終解決了! – Andrew

回答

2

我得到這個錯誤,並最終發現,當我選擇在項目導航的廈門國際銀行所使用的圖像之一,它沒有這個項目在文件檢查器「目標成員」下檢查。一旦我檢查了,我再也沒有得到這個錯誤。

所以我建議檢查xib中使用的所有圖像和其他資源,並確保它們的目標成員資格正確。

+0

對我也沒有幫助。 –

0

在我的情況下,這是由於添加了一個等寬的約束。它沒有任何意義。現在我對Xcode非常警惕。

0

對我來說,解決方案只是刪除我的一些警告。我改變的警告只是改變var:s讓:s在沒有改變的屬性上4個地方