dbukowski / DBDebugToolkit

Set of easy to use debugging tools for iOS developers & QA engineers.
MIT License
1.27k stars 114 forks source link

0.9.0 Not working with Alamofire #68

Open lordzsolt opened 2 years ago

lordzsolt commented 2 years ago

Bumping from 0.8.0 to 0.9.0 completely breaks all network requests that are done through Alamofire.

This is what I see in the console:

API MISUSE: NSURLSession delegate Alamofire.SessionDelegate: <Alamofire.SessionDelegate: 0x600000e609b0> (0x600000e609b0)
API MISUSE: dataTask:didReceiveResponse:completionHandler: completion handler not called

Feels like methods are not correctly swizzled anymore?

ez-nx commented 2 years ago

It is broken from version 0.7.1 Looks like a problem with swizzling

lordzsolt commented 1 year ago

In 0.8.0 it works fine for me.

serge-star commented 1 year ago

In 0.8.0 it works fine for me.

Can confirm: 0.8.0 seems to be working properly

vantientu1703 commented 1 year ago

I have face the same issue. In my project fetch some images but it do not display to UI

musamuss commented 4 months ago

fix https://github.com/dbukowski/DBDebugToolkit/pull/79