kasketis / netfox

A lightweight, one line setup, iOS / OSX network debugging library! 🦊
MIT License
3.67k stars 374 forks source link

Can't see requests with Moya and Netfox version more than 1.20.0 #239

Open AntonBrock opened 2 years ago

AntonBrock commented 2 years ago

Describe the bug Can't see request with Moya and Netfox version > 1.20.0

To Reproduce Steps to reproduce the behavior:

  1. Need use Moya and Swift 5.5
  2. Need install from pod Netfox version more > 1.20.0
  3. Enable debug mode
  4. Shake simulator or real device

Expected behavior When we using Netfox version 1.19.0 and Moya all good!

Enviroment:

rnkyr commented 10 months ago

facing a similar issue, only I'm not using Moya - only my custom APIClient with Alamofire I can see requests made by libraries such Firebase. but can't see requests made within my code

1.19.0 works fine, 1.20.0, 1.21.0 doesn't work

any insights as to why it may occur?

mukesh-mt commented 7 months ago

I'm facing the same issue with Alamofire and custom client.