BoringSSL debug error xcode 9 ios 11 swift4

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!

I also meet this issue when calling an Open API at https://rest.coinapi.io/ Still can not find any valid solutions. Does anyone have the answer?

Same issue here. StackOverflow answers to this only show how to hide the log messages, and that is not feasible

You, storoj, are a real genius!!! …OK, all credit goes to you storoj… But just to be clear for others in the future, here are the steps to do this on your projects in Xcode and if you wish, to automatically ensure all projects get that super simple REAL super-fix that storoj created:

Here is a YouTube Video that explains these steps in a minute… [ https://www.youtube.com/watch?v=duGgv9T3Fd8 ]

STEPS for Symbolic Breakpoint (copy-paste) like shown in the video (with solution by storoj)…

__boringssl_log_open_block_invoke

libboringssl.dylib

thread return

 …(Fix works now, Sept 2022, Xcode Version 13.4.1)… Thanks, storoj!

The documentation in Xcode explains this "Move Breakpoint to User" to enable this in all your projects…

do you found the the solution

BoringSSL debug error xcode 9 ios 11 swift4
 
 
Q