Open glennposadas opened 1 year ago
My project is kind of a legacy and uses a library called MKNetworkKit https://github.com/MugunthKumar/MKNetworkKit It uses NSURLConnection, and like in this ticket https://github.com/dbukowski/DBDebugToolkit/issues/68, swizzling with such library is causing the debug tool kit to fail to read the network calls.
NSURLConnection
Solution is to downgrade to any version below 0.9.0. However, a new issue will come up. And that is the broken basic authentication.
solution https://github.com/dbukowski/DBDebugToolkit/pull/79
My project is kind of a legacy and uses a library called MKNetworkKit https://github.com/MugunthKumar/MKNetworkKit It uses
NSURLConnection
, and like in this ticket https://github.com/dbukowski/DBDebugToolkit/issues/68, swizzling with such library is causing the debug tool kit to fail to read the network calls.Solution is to downgrade to any version below 0.9.0. However, a new issue will come up. And that is the broken basic authentication.