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*
メッセージは明示的ではありません。このメッセージの考えられる原因は何ですか???
リークス