The problem is in the Google library.
If you do not want this warning, you can disable the Main Thread Checker inside the schema parameters.
Go Product > Scheme > Manage Schemes find the scheme that you use for your tests, and click Edit... in the left side panel, click Run , and then go to Diagnostics and uncheck the Main Thread Checker box.
This is only a temporary solution if you do not want these warnings. I do not recommend it because you can introduce errors if the user interface is called in the background thread
If you have a test, you should disable the checkbox in the Test option, as I explained in Xcode 9, iOS 11, the XCUITest crashes: Main Thread Checker Flurry Analytics , if you do not want the tests to fail
Alberto cantallops
source share