On Xcode 9, iOS 11, swift 4, while debugging on my device I get this erroneous error output:
[] network_config_register_boringssl_log_debug_updates Failed to register for BoringSSL log debug updates
[BoringSSL] Function boringssl_context_get_peer_npn_data: line 1212 Peer's advertised NPN data is NULL or empty
Any idea what's causing this? Does iOS 11 use BoringSSL now?
Thank!