-
Notifications
You must be signed in to change notification settings - Fork 1
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
Importing Build error #3
Comments
Hey @bevice1, It looks like I forgot to tag the latest commits to the In your project, if you right click on As for using the The Kad DHT package is in a pretty rough place at the moment. I was just testing it and noticed that peer discovery events don't get published correctly. So I'll try and set aside some time this week to tidy some things up and hopefully get the peer discovery portion working correctly. Let me know if you have any more issues / questions, I'm happy to help. |
Hi, it works!
Is this the bug you were talking about? Do you have any ideas how to fix this? |
Hi, when i use the Swift Package Manager to import your Library. I get a build error "cannot find type 'ResponseType' in scope".
If I clone the repo and import it as a local library, there are no build errors but none of your examples work. Despite importing LibP2PKadDHT it cannot find classes like BasicKadDHT.
XCode Version 15.0 (15A240d)
iOS 17
How is your package supposed to be used in a project? I saw the installation guide but thats only for importing to another package.
Kind regards
The text was updated successfully, but these errors were encountered: