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 4e701bc commit 801684aCopy full SHA for 801684a
script/test
@@ -14,7 +14,7 @@ run_tests ()
14
else
15
test_command="$test_command -workspace $XCODE_WORKSPACE"
16
fi
17
- test_command="$test_command -sdk iphonesimulator clean build test -configuration Debug"
+ test_command="$test_command -sdk iphonesimulator -destination \"platform=iOS Simulator,OS=latest,name=iPhone 6\" clean build test -configuration Debug"
18
if [ ! -z "$CIRCLE_ARTIFACTS" ]
19
then
20
test_command="$test_command | tee $CIRCLE_ARTIFACTS/xcode_raw.log"
0 commit comments