We are unable to successfully tap any of our subclassed UIView's that have UITapGestureRecognizers on them. We know that the UIViews have correct AccessibilityLabels on them, as when we run the tests the tests do not fail to recognize the Views, we see the tap occurring over the area of the View, AND we're able to record our actions manually and it fills it out just as we'd typed out our tests. Sadly, none of the taps actually register on our View and our tests end up doing nothing.
Buttons, ButtonSelects etc all work just fine.
Is there something we're missing here? Any help would be greatly appreciated.
Thanks.