Unable to run iOS real-device tests on Docker after upgrading to Appium 3.5.2 - Support - Appium Discuss
After upgrading to Appium 3.5.2, I am unable to run Appium tests on an iOS real device using Docker. I am installing the WDA app manually before the session and using the appium:usePrebuiltWDA capability. Initially, I received the following error: “The selected XCUITest session strategy requires macOS with Xcode. Use ‘appium:usePreinstalledWDA’ with a signed prebuilt WebDriverAgent or provide ‘appium:webDriverAgentUrl’ to run from ‘linux’.” After using the appium:usePreinstalledWDA capability,...