少し手伝ってくれませんか?
次のスクリプトを使用する場合:
# Find the common base directory for both build
XCODE_BUILD=${BUILD_ROOT%%/Build*}
# Change this to the full path where Xcode 4.4 (or below) puts your armv6 output, using the previously derived base
export ARMV6_EXECUTABLE_PATH="$XCODE_BUILD/Build/Products/Release_armv6-iphoneos/$EXECUTABLE_PATH"
ビルドは失敗し、メッセージは次のとおりです。
Missing }.
Command /bin/sh failed with exit code 1
私が間違っていることは何ですか?
ご協力いただきありがとうございます。