Some elements couldn't be recognized in Appium Inspector after Appium, Xcuitest, Xcode and iOS upgrade

Made the following upgrades:

  • real device iOS version from 15.6 to 18
  • Xcode from 14.3.1 to 16
  • Appium from 2.0.1 to 2.11.5
  • xcuitest from 4.12.0 to 7.27.0
    After those upgrades elements of app that are “native” (popups and so on) become unaccessible from Appium Inspector and for automated tests.

Capabilities I use:

{
  "appium:deviceName": "iPhone 12",
  "appium:udid": "00008101-00127CAA3AE0001E",
  "appium:platformVersion": "18.0",
  "appium:automationName": "XCUITest",
  "appium:bundleId": "com.onoffapp.OnOffAppProduction",
  "appium:useNewWDA": "true",
  "platformName": "iOS",
  "showXcodeLog": true
}

Before upgrade the Appium Inspector looked like that and Call…/Cancel buttons were accessible:

Now the Appium Inspector looks like this and those buttons are not accessible anymore:

Could anyone suggest how to fix this? Seems that somewhere should be some setting turned on, but I don’t have any ideas where it is. Google search didn’t help.