Hello,
I have seen similar things. The problem seems to setm from accessibility settings for the elements.
Are you setting accessibilityIdentifiers for the elements?
Are you setting isAccessibilityElement to YES (true) for each element?
Try set the above if you are not as that generally solves the issue for me.
Note I have also see table cells not show up in the inspetor if the table itself had the isAccessibilityElement value set to YES (true). But this doesn’t a;lways seem to be the case.
Additionally if you want to get the text value of an element e.g. a label. Sometimes this will not show up if the value was set dynamically. I have found setting the accessibilityValue to the text value resolves that.
Regards,
Tristan