russell-archer/StoreHelper

Missing repository reference

chriswitko opened this issue · 3 comments

Hi,

I'm trying to add https://github.com/russell-archer/StoreHelper to my project, however not sure why the only repository that is found is StoreHelperDemoUIKit. Do you know why the main repo is missing?

Screenshot 2023-02-06 at 20 45 01

That's very weird. I can't reproduce the issue you're seeing. I just create a new multi-platform project with Xcode 14.2 and did Add Packages. Pasted the URL for the package and it worked just fine:

sh-2023-02-06_22-07-44

sh-2023-02-06_22-07-59

sh-2023-02-06_22-08-25

And the Package.swift file is definately there OK.

@russell-archer thank you for your comment. It's definitely something with Xcode and fetching data from GitHub, but what helped me is the use of git@github.com:russell-archer/StoreHelper.git instead https

Ah, good idea using git@github.com! I'll add that to the documentation. Thanks for lettingme know!