Post

Replies

Boosts

Views

Activity

Comment on URLSession: The network connection was lost.
Thanks, Quinn - that's good advice. I don't have the capability to test all of the things that you've listed, although I did start in on observing and checking as much as I could via packet captures. In the tech note, it says "In some circumstances NSURLSession may retry such requests automatically" — is there any information on the behaviour when this happens? I assume it's a limited set of retries with an time interval based backoff?
Nov ’24
Comment on Codesigning is skipping bundled dylibs in a binary framework
It’s great to hear that it sounds like the issue you’re investigating, Quinn! The dynamic libraries are built by conan (https://conan.io/), and then copied into an Xcode framework that bundles them into the Frameworks directory of the framework. The framework is then archived via Xcode, and I grab the export from that archive for inclusion in my application’s project.
Aug ’21