Skip to content

Commit b7d6e90

Browse files
committed
objc int fix
1 parent 9853690 commit b7d6e90

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,10 +594,12 @@ case "$product-$platform-$method" in
594594

595595
if check_secrets; then
596596
# Integration tests are only run on iOS to minimize flake failures.
597+
# TODO(ncooke3): Add back "${ios_flags[@]}". See #14657.
597598
RunXcodebuild \
598599
-workspace 'gen/FirebaseStorage/FirebaseStorage.xcworkspace' \
599600
-scheme "FirebaseStorage-Unit-ObjCIntegration" \
600-
"${ios_flags[@]}" \
601+
-sdk 'iphonesimulator' \
602+
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.3.1' \
601603
"${xcb_flags[@]}" \
602604
test
603605
fi

0 commit comments

Comments
 (0)