kasketis / netfox

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

Netfox won't catch network calls #235

Open B4DG3R opened 2 years ago

B4DG3R commented 2 years ago

Describe the bug My app will load, if I shake net fox I either get no network calls or really strange ones which have no relevance to anything my app has done

My error:

[NFX]: Failed to load data from [file:///private/var/mobile/Containers/Data/Application/38FADE5E-97EC-4AF3-BF84-7122D8B6E1B5/tmp/NFX/request_body_16:52_22F7C5D4-B195-4806-9B6C-944447C67526] - The file “request_body_16/52_22F7C5D4-B195-4806-9B6C-944447C67526” couldn’t be opened because there is no such file.

Screenshots/Video If applicable, add screenshots/video to help explain your problem.

Enviroment:

andrew-nemtsev commented 2 years ago

The same issue. Netfox 1.21.0 catch only Alamofire requests, but not NSURLSession calls from ObjC

AntonBrock commented 2 years ago

The same issue with Netfox [1.21.0] with Moya requests

bzzim commented 1 year ago

The same issue with Netfox 1.21.0 with Alamofire

rnkyr commented 8 months ago

any ideas on the cause? would be glad to patch it