We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1925e24 commit b9277cbCopy full SHA for b9277cb
scripts/test_catalyst.sh
@@ -57,8 +57,9 @@ args=(
57
"CODE_SIGN_IDENTITY=-" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO"
58
# GHA is still running 10.15.
59
"MACOSX_DEPLOYMENT_TARGET=10.15"
60
+ "-resultBundlePath" "xcresults/$scheme.xcresult"
61
)
62
63
xcodebuild -version
64
gem install xcpretty
-xcodebuild "${args[@]}" | xcpretty
65
+xcodebuild "${args[@]}" | tee xcodebuild.log | xcpretty
0 commit comments