-
Notifications
You must be signed in to change notification settings - Fork 948
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
How to Add the package within SPM as dependency #372
Comments
@ShayanPapershift hi, |
Was solved:
Just need to be added |
Yes, I solved it by passing the name of the package :) |
you add Package name as said @ShayanPapershift, after use it on your dependencies |
it worked for me
|
I am adding Reachability as a dependency in my Swift package. There is no documentation of how would I do that?
There is this error
unknown package 'Reachability' in dependencies of target 'ABC'
My swift.package manifest code
The text was updated successfully, but these errors were encountered: