Back to All

Xcode message - method should not be called UI unresponsiveness

Running some final tests before release. In Xcode, when testing on a device, I'm seeing constant stream of this message:

This method should not be called on the main thread as it may lead to UI unresponsiveness.

Screenshot:
https://drive.google.com/file/d/10BpvjqgN5ElYtbgv99-XitFPT7V4SeE6/view?usp=sharing

If that link doesn't work, here's another:
https://imgur.com/a/4yvYzIf

Is there something that's causing the message? I haven't made any source code changes.