Skip to content

Re-enable prebuilt WDA (usePreinstalledWDA) for iOS once the iOS-26 :8100 wall is fixed upstream #548

Description

@goosewobbler

Context

On the macos-26 runner (iOS 26 / Xcode 26 / iPhone 17), appium:usePreinstalledWDA + prebuiltWDAPath deterministically fails: the preinstalled WebDriverAgent launches but its :8100 server never comes up, so session-create times out (120 s) on all iOS legs — even with the correct WDA 15.1.3, on the original run and a retry. Same class as appium/WebDriverAgent#1147 (real-device variant).

Workaround (shipped in the fix PR)

Disabled usePreinstalledWDA for iOS — appium-xcuitest builds WDA in-session instead. Verified green (6 passed, 6 total, real sessions). Dropped the now-unused WDA pre-build + DerivedData cache steps.

  • Net wall-time is ~equal: the in-session build lands inside the ~14-min E2E instead of a separate ~5-min pre-build.
  • The prebuilt path was originally added to dodge the in-session-build socket-drop (UND_ERR_SOCKET); the in-session fallback absorbs it via the longer wdaLaunchTimeout / connectionRetryTimeout the config already sets when the WDA dir is unset.

TODO — re-enable when upstream lands

Re-introduce the pre-build + usePreinstalledWDA once the preinstalled-WDA path works on iOS 26 upstream (appium-webdriveragent / appium-xcuitest-driver). It's a speed optimisation, not a correctness need — no rush.

Supersedes

Closes out #545 (WDA version-select fix): with usePreinstalledWDA off, the prebuilt WDA isn't used, so selecting the matching copy is moot. The version-select bug was real but only affects the prebuilt path we're removing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:ciUpdates to Continuous Integrationos:macosMacOS-specific issuesscope:flutterFlutter service and wdio_flutter Dart contractscope:react-nativeReact Native service

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions