你能帮我一点吗?
如果我使用以下脚本:
# 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
我做错了什么?
谢谢你的帮助。