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 a293dbf commit b54f1e6Copy full SHA for b54f1e6
1 file changed
build.sh
@@ -965,13 +965,13 @@ 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
972
# simulators first doesn't work as simctl hasn't been installed yet.
973
- xcrun simctl list > /dev/null
974
- fi
+ xcrun simctl list > /dev/null || true
+ # fi
975
case "$target" in
976
ios*) xcodebuild -downloadPlatform iOS ;;
977
tvos*) xcodebuild -downloadPlatform tvOS ;;
0 commit comments