Post

Replies

Boosts

Views

Activity

Reply to Upgrade from xCode 14.2 to 14.3 PhaseScriptExecution failed with a nonzero exit code
Thanks to @vadimwe , I wrote this script as part of my CI/CD process of building with XCode. find . -type f -name '*-frameworks.sh' -print0 | while IFS= read -r -d '' file; do echo "Found file: $file" sed -i.bak 's/source="$(readlink ("${source}"))"/source="$(readlink -f "${source}")"/g' "$file" done
Replies
Boosts
Views
Activity
Jul ’23