-
Notifications
You must be signed in to change notification settings - Fork 45
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
SPM can't find Shapes dependency #8
Comments
I'm experiencing this as well. |
The repo does not exist anymore, same with |
Oh it's there it was renamed, replace the URL in the Package.swift with: |
@kieranb662 Has this been fixed? |
not working for me either, can someone fix please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SPM can't resolve the Shapes repo so installation fails. I have a theory as to why the resolution fails, but I could be totally wrong. I noticed that the URLs for the dependencies in the Package.swift file use repo names that don't match up with the current names of the repos for
Shapes
andbez
packages. Thebez
package works fine with the URL in the Package.swift file, but theShapes
one doesn't, so I tried entering the URLs in my browser and sure enoughhttps://github.com/kieranb662/bez
redirects tohttps://github.com/kieranb662/SwiftUI-bez
, buthttps://github.com/kieranb662/Shapes
results in 404. I know GitHub redirects old repo names to the new name when a repo is renamed, but perhaps the redirect broke somehow.Disclaimer - I'm new to SPM so this could be a silly mistake on my end
The text was updated successfully, but these errors were encountered: