Check for interrupting elements affecting - Xcode 10.0

I recently upgraded to Xcode 10.0.


I am trying to search for elements in an app running on a device to perform UI testing. For some reason in Xcode 10 i am facing an issue with scrolling the tableView or scrollView or the UI window. Sometimes after scrolling few times the XCUItest Framework repeatedly is trying to scroll the window but nothing happens on the screen (no scrolling seems to appear).


This is what it says:


"Check for interrupting elements affecting"


This will repeat for sometime but as I said there is no change in the UI.


I have never seen this issue while working with Xcode 9.4.1.

Check for interrupting elements affecting - Xcode 10.0
 
 
Q