russell-archer / StoreHelper

Implementing In-App Purchases with StoreKit2 in Xcode 13 - 15 using SwiftUI, Swift 5.7 - 5.9, iOS 15 - 17 and macOS 12 - 14. Also supports tvOS and visionOS.
MIT License
410 stars 48 forks source link

Missing repository reference #45

Closed chriswitko closed 1 year ago

chriswitko commented 1 year ago

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
russell-archer commented 1 year ago

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.

chriswitko commented 1 year ago

@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

russell-archer commented 1 year ago

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