We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331d5db commit 05918bbCopy full SHA for 05918bb
.github/scripts/tests.sh
@@ -16,5 +16,6 @@ export LC_CTYPE=en_US.UTF-8
16
set -o pipefail && arch -"${ARCH}" xcodebuild \
17
-scheme CodeEditLanguages \
18
-derivedDataPath ".build" \
19
- -destination "platform=macos,arch=${ARCH}" \
20
- clean test | xcpretty
+ -destination "platform=macOS,arch=${ARCH},name=My Mac" \
+ -skipPackagePluginValidation \
21
+ clean test | xcpretty
0 commit comments