We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170598f commit 5ffd0e9Copy full SHA for 5ffd0e9
integration-testing/ios/scripts/run_test.sh
@@ -15,6 +15,6 @@ rm -rf build/
15
xcodebuild -workspace example.xcworkspace \
16
-scheme example \
17
-sdk iphonesimulator \
18
- -destination 'platform=iOS Simulator,OS=latest,name=iPhone 13' \
+ -destination 'platform=iOS Simulator,name=iPhone 13' \
19
-derivedDataPath ios/build \
20
clean test | xcpretty
0 commit comments