12

Is anyone getting the following CFNetwork notices in their iOS 10 logs?

(CFNetwork)[1142] <Notice>: TIC TCP Conn Event [28:0x1741845e0]: 1 Err(0)
(CFNetwork)[1142] <Notice>: TIC TCP Conn Connected [28:0x1741845e0]: Err(0)
(CFNetwork)[1142] <Notice>: TIC TCP Conn Cancel [28:0x1741845e0]

I don't get any of these in my iOS 9 logs. It's not clear if this is causing anything to break. Any ideas what this is, what it's breaking or how to fix it?

Ken
  • 129
  • 1
  • 8

1 Answers1

0

remove NSAllowsArbitraryLoadsInWebContent key from info.plist

  • What if you need NSAllowsArbitraryLoadsInWebContent but still don't want to see these in the console? – Stefan Apr 09 '18 at 20:19