Unable to inspect element

Am unable to inspect elements for each elements, but can inspect for some elements by using Appium inspector tool (Appium -v : 2.5.1).
Ios 17.2

Hie, is that a native app or web app, also can you please take a screenshot of the Elements attributes section?
On IOS to access elements, Developers should set elements’ attribute “accessible” to “false”
In the case here the element cannot be accessed/inspected. The dev changing is to “accessible”:false make it possible to inpsect it and get its id, name, label, text etc.
Sounds crazy but yes to access an element on IOS using appium, it’s accessibility should actually be false
image