Sliders-SwiftUI icon indicating copy to clipboard operation
Sliders-SwiftUI copied to clipboard

SPM can't find Shapes dependency

Open shanecb opened this issue 4 years ago • 6 comments

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 and bez packages. The bez package works fine with the URL in the Package.swift file, but the Shapes one doesn't, so I tried entering the URLs in my browser and sure enough https://github.com/kieranb662/bez redirects to https://github.com/kieranb662/SwiftUI-bez, but https://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

shanecb avatar Feb 04 '21 02:02 shanecb

I'm experiencing this as well.

interior-night avatar Feb 11 '21 01:02 interior-night

The repo does not exist anymore, same with interact

melMass avatar Aug 04 '21 00:08 melMass

Oh it's there it was renamed, replace the URL in the Package.swift with:

https://github.com/kieranb662/SwiftUI-Shapes

melMass avatar Aug 04 '21 00:08 melMass

@kieranb662 Has this been fixed?

interior-night avatar Sep 26 '21 15:09 interior-night

not working for me either, can someone fix please?

nsmith1024 avatar Nov 12 '21 01:11 nsmith1024