Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.0 Not working with Alamofire #68

Open
lordzsolt opened this issue May 11, 2022 · 4 comments
Open

0.9.0 Not working with Alamofire #68

lordzsolt opened this issue May 11, 2022 · 4 comments

Comments

@lordzsolt
Copy link

lordzsolt commented May 11, 2022

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
Copy link

ez-nx commented Jul 31, 2022

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

@lordzsolt
Copy link
Author

In 0.8.0 it works fine for me.

@serge-star
Copy link

In 0.8.0 it works fine for me.

Can confirm: 0.8.0 seems to be working properly

@vantientu1703
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants