All iOS elements are invisible?

Every element in our iOS application is invisible.

I have tested with two setups:

  1. iOS 9
  2. 1.51 source code
  3. appium-dot-app running the 1.51 source code

and

  1. iOS9
  2. Running the appium-dot-app 1.4

Both setups show that all elements in iOS are invisible.
Is there something in the iOS code that I need to add, in order to make these elements visible?

Thanks!

Looked into this more:

  1. The visible depends on if the element is “clickable” see link below.
  2. The inspector shows “false” for everything, however the XML Dump shows the true value.

see https://github.com/appium/appium/issues/6063
it’s a known bug :frowning: