What is TIC Read Status 1:57 in iOS11/Xcode 9?
After updating to Xcode 9, using Swift 3 and the iPhone X simulator, my console is full of: TIC Read Status [11:0x0]: 1:57 TIC Read Status [11:0x0]: 1:57 TIC Read Status [11:0x0]: 1:57 ... What is that and how do I fix it? Help is very appreciated. PS: I prefer not to just "silence" it with an Environment Variable in the build scheme. Apple staff gave the following answer: TIC expands to “TCP I/O connection”, which is a subsystem within CFNetwork that runs a TCP connection 1 and 57 are the CFStreamError domain and code, respectively; a domain of 1 is kCFStreamErrorDomainPOSIX and, within that