Skip to content

Commit 16b4431

Browse files
committed
Remove OS=18.0
1 parent 3cdb004 commit 16b4431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if [[ "$xcode_major" -lt 15 ]]; then
146146
else
147147
ios_flags=(
148148
-sdk 'iphonesimulator'
149-
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0'
149+
-destination 'platform=iOS Simulator,name=iPhone 16'
150150
)
151151
fi
152152

0 commit comments

Comments
 (0)