Could you help me a little?
If I use the following script:
# 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"
then build is failed, and the message is the following:
Missing }.
Command /bin/sh failed with exit code 1
What I am doing wrong?
Thanks for your help.