Cannot see iOS native elements in Appium Inspector

Appium v2.0.1
[email protected]
xCode 14.2
Real device iPhone XR, iOS 15.5

[HTTP] {“capabilities”:{“alwaysMatch”:{“platformName”:“iOS”,“appium:deviceName”:“iPhone XR”,“appium:udid”:“00008020-001639520ABB002E”,“appium:platformVersion”:“15.5”,“appium:useNewWDA”:true,“appium:bundleId”:“com.onoffapp.OnOffAppProduction”,“appium:automationName”:“Xcuitest”,“appium:enableMultipleWindows”:true,“appium:includeSafariInWebviews”:true,“appium:newCommandTimeout”:3600,“appium:connectHardwareKeyboard”:true},“firstMatch”:[{}]},“desiredCapabilities”:{“platformName”:“iOS”,“appium:deviceName”:“iPhone XR”,“appium:udid”:“00008020-001639520ABB002E”,“appium:platformVersion”:“15.5”,“appium:useNewWDA”:true,“appium:bundleId”:“com.onoffapp.OnOffAppProduction”,“appium:automationName”:“Xcuitest”,“appium:enableMultipleWindows”:true,“appium:includeSafariInWebviews”:true,“appium:newCommandTimeout”:3600,“appium:connectHardwareKeyboard”:true}}

After upgrade to xcuitest version 4.12.4, Appium Inspector shows only my app elements in App Source, but no native elements, which are also used by my app.
Before upgrade it worked OK.

Tried to:

  • downgrade the xcuitest back to 4.12.1
  • reinstall Appium
  • reinstall xCode (but seems, that some settings were still preserved somewhere)
  • reinstall WebDriverAgent

Nothing helped.

Works fine with same iPhone on another computer, so - it’s not the iPhone problem.