Commit 48852610 authored by Marius Rackwitz's avatar Marius Rackwitz

[EmbedFrameworksScript] Use TARGET_BUILD_DIR as destination

Fixes #5022. Xcode overwrites this variable for UI tests. The build settings reference confirms that this is the variable to rely on.
parent 0bea380a
...@@ -53,7 +53,7 @@ module Pod ...@@ -53,7 +53,7 @@ module Pod
local source="$1" local source="$1"
fi fi
local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
if [ -L "${source}" ]; then if [ -L "${source}" ]; then
echo "Symlinked..." echo "Symlinked..."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment