Skip to content

Commit

Permalink
Add Debug For Xcode Find
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Aug 21, 2024
1 parent 0393465 commit 99393b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tooling/reproducible/macos_repro_build_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@ Check_Compiler_Versions() {
done < <(find "$MAC_COMPILER_BASE" -maxdepth 1 -type d -name "$MAC_COMPILER_APP_PREFIX*")
XCODE_COUNT=${#XCODE_PATHS[@]}

## Debug
echo "Debug Xcode Find"
find "$MAC_COMPILER_BASE" -maxdepth 1 -type d -name "$MAC_COMPILER_APP_PREFIX*"
echo "End Debug"

if [ "$XCODE_COUNT" -eq 0 ] ; then
echo "Error - An Xcode Installaton Could Not Be Found In The Default Path : $MAC_COMPILER_BASE / $MAC_COMPILER_APP_PREFIX "
exit 1
Expand Down

0 comments on commit 99393b2

Please sign in to comment.