UIAImage not found on iPad while found on iPhone

Hello,

We have some scripts that are running successfully on an iPhone simulator against an applicatipon.
However when run on iPad simulator against the same application they fail since an image on which we click is not found by Appium. See the following attached files where the UIAImage elements are missing in the iPad variant:

tree-iPad_2.txt (12.6 KB) tree-iPhone_6.txt (12.5 KB)

Appium 1.3.4
appium_console (1.0.1)
appium_lib (4.1.0)
cucumber (1.3.17)
rspec (2.14.1)
rspec-core (2.14.8)
rspec-expectations (2.14.5)
rspec-mocks (2.14.6)

Any idea what would cause this?

We looked further and the UIAImage objects are effectively not visible in UIAutomation
when using the following code:

    var target = UIATarget.localTarget();
    target.frontMostApp().mainWindow().logElementTree();

Could that be a bug in UIAutomation itself?

Thank you,

Christophe