Skip to content

Commit 5ffd0e9

Browse files
committed
fix: resolved "Xcode Build: Tests must be run on a concrete device"
1 parent 170598f commit 5ffd0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-testing/ios/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ rm -rf build/
1515
xcodebuild -workspace example.xcworkspace \
1616
-scheme example \
1717
-sdk iphonesimulator \
18-
-destination 'platform=iOS Simulator,OS=latest,name=iPhone 13' \
18+
-destination 'platform=iOS Simulator,name=iPhone 13' \
1919
-derivedDataPath ios/build \
2020
clean test | xcpretty

0 commit comments

Comments
 (0)