Are certain variables that were available to run scripts in Xcode 3 no longer available to pre-build script actions in Xcode 4?
The script
PLIST_FILE="$SRCROOT/$INFOPLIST_FILE"
echo "${PLIST_FILE}"
produces just "/" as output: neither SRCROOT nor INFOPLIST_FILE appear to be defined. Do these have new names in Xcode 4; is this a bug?