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

Update package version 2.62.0 but used 2.6.3 #72

Closed Volodymyr-13 closed 6 months ago

Volodymyr-13 commented 6 months ago

Hey,

I just added StoreHelper into a simple blank project and got this:

Screenshot 1

Nothing special, just manually set 2.6.3 but it still 2.62.0 for some reason.. any ideas?

russell-archer commented 6 months ago

Hmmm that's weird. I just tried specifying version 2.6.3 and I also got 2.62 (that version number/tag was an error - should have been 2.6.2). I think the problem is that Xcode thinks version 2.62 is higher that 2.6.3 (and I guess it's right). I think I'll have to remove release 2.62.

russell-archer commented 6 months ago

Should be fixed now. I've removed the 2.62 tags and associated release and changed the tag to 2.6.2. I've also made sure that version 2.6.3 is flagged as the latest release.

Volodymyr-13 commented 6 months ago

Hmm, it's still showing me 2.62.0 when 2.6.3 specified, clearing cache Reset Package Caches doesn't help.. maybe I have to try again later..

Volodymyr-13 commented 6 months ago

Ok, checked again, fixed, thanks!

russell-archer commented 6 months ago

Great! Thanks very much for testing!!