When I run UITests (XCUITests) on the simulator, often it produces the bug: "Main Thread Checker: UI API called on a background thread: -[UIApplication setNetworkActivityIndicatorVisible:]" I don't have an activity indicator in my code, so this makes me think it is an Xcode related issue. Does anyone have a work around?
It usually goes away when I simply
1. run the app normally in the simulator
2. Try running my XCUITest again.