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 55aa7e6 commit a293dbfCopy full SHA for a293dbf
1 file changed
build.sh
@@ -965,7 +965,7 @@ case "$COMMAND" in
965
966
"install-xcode-platform")
967
target="$2"
968
- if (( $REALM_XCODE_VERSION = 26 )); then
+ if [[ "$REALM_XCODE_VERSION" = 26 ]]; then
969
# downloadPlatform fails on GHA for Xcode 26.2 with "Unable to
970
# connect to simulator.", and for some reason listing the simulators
971
# first fixes the problem. On all other Xcode versions listing the
0 commit comments