In my UI test, I sometimes get the Wait for app to idle
message in the console. Usually, it's not that often, but now, it always appears and makes the test fails on my mac. This is what I have done so far:
- Disabling/enabling animation didn't work
- Disabling XCLogger that is used to log to a file didn't work
- Disabling IQKeyboardManager didn't work
How do you get a trace of the main thread in UITest to see what's holding it? How do I fix this? Thanks.