fix(macos): nuke xcrun cache

This commit is contained in:
Siddarth Kumar 2026-07-16 17:10:21 +05:30
parent ea41d5a738
commit a7e06a6609
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

View File

@ -117,6 +117,7 @@
done
if [ -n "$tool" ]; then
unset DEVELOPER_DIR SDKROOT
export xcrun_nocache=1
fi
exec /usr/bin/xcrun "$@"
'';