1
您能幫我一下嗎?將ARMv6體系結構添加到使用Xcode 4.5構建的iOS可執行文件的腳本錯誤
如果我使用下面的腳本:
# 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
我做錯了嗎?
感謝您的幫助。