我手動在我的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
我正在努力解決同樣的問題。你有沒有找到解決方案? – Andrew
我使用的圖像視圖所使用的圖像源在故事板xml文件的部分中尚不存在! –
Reex
哦,好的。我的問題有點不同,但最終解決了! – Andrew