Skip to content

Commit c70b419

Browse files
Echo xcodebuild Version In Test Script
Adds a line that echos the xcodebuild version in the test script, to make it easier to diagnose version mismatches between the test runner and local Xcode versions.
1 parent 8a3da4b commit c70b419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/test_app.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ elif [ $1 = "arm" ]; then
88
ARCH="arm64"
99
fi
1010

11+
echo "Building with Xcode: $(xcodebuild -version)"
1112
echo "Building with arch: ${ARCH}"
1213
echo "SwiftLint Version: $(swiftlint --version)"
1314

0 commit comments

Comments
 (0)