kasketis / netfox

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

OSX: Could not load the nibName: NFXResponseTypeCell_OSX in bundle NSBundle #256

Open TimurAsayonok opened 1 year ago

TimurAsayonok commented 1 year ago

Describe the bug Hello, I'm trying to connect netfox to my osx project. I installed it using a Carthage. When I run command: NFX.sharedInstance().show()

i got an errror:

-[NSNib _initWithNibNamed:bundle:options:] could not load the nibName: NFXResponseTypeCell_OSX in bundle NSBundle

When I use SPM I got error: Could not find module 'netfox' for target 'x86_64-apple-macos'; found: arm64-apple-macos, using M1 mac here

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

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

Enviroment:

Additional context Add any other context about the problem here.