BoringSSL errors on iOS 11 running on xcode 9

I run my xcode 9 framework on an iOS 11 phone and get the following errors. It is impossible to find a link to BoringSSL anywhere in my code, you don’t know how to solve it. My framework worked previously on ios 10 and xcode 8.

[] network_config_register_boringssl_log_debug_updates Failed to register for BoringSSL log debug updates [BoringSSL] Function boringssl_context_get_peer_npn_data: line 1214 Peer advertised NPN data is NULL or empty 

A similar question was asked here, but the solution simply hides the conclusion.

Failed to register for BoringSSL log debugging updates

+5
source share

Source: https://habr.com/ru/post/1269270/


All Articles