我在 iPhone/iPad 开发的故事板文件中手动添加元素。
事实上,我为 iPad 复制了故事板中的视图,并计算了 iPhone 的比例尺寸(1024x768 到 480x320)。
它可以正常工作,但是在其上添加包含多个图像视图时出现错误:
*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*
消息不明确,这个消息的可能原因是什么???
雷克斯