You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Go to '...'
Click on '....'
Scroll down to '....'
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:
Device: [MacBook pro]
OS: [macOS 13.1]
Netfox version: [1.21.0]
Xcode version: [14.2]
Swift version: [5.7]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
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:
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:
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.
The text was updated successfully, but these errors were encountered: