Skip to content

Commit

Permalink
Why is xcode 14.3.1 showing the wrong environment amount?
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Jul 12, 2023
1 parent 8555a8b commit bce094d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ if which xcodebuild > /dev/null; then
BUILD_MACOS_SDK_VERSION=${NIMBLE_BUILD_MACOS_SDK_VERSION:-$LATEST_MACOS_SDK_VERSION}
fi

echo "Debug environment printing:"
xcodebuild -showsdks
echo "End debug environment printing"

set -e

function color_if_overridden {
Expand Down

0 comments on commit bce094d

Please sign in to comment.