You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project is kind of a legacy and uses a library called MKNetworkKithttps://github.com/MugunthKumar/MKNetworkKit
It uses NSURLConnection, and like in this ticket #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.
The text was updated successfully, but these errors were encountered:
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 #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.
The text was updated successfully, but these errors were encountered: